All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.clusters.edit.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="cluster" type="com.infobip.kafkistry.model.KafkaCluster" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->




    <#include "../commonResources.ftl"/>
    
    
    
    Kafkistry: Edit cluster
    




<#include "../commonMenu.ftl">

Edit cluster


<#assign clusterSourceType = "EDIT"> <#assign clusterExist = true> <#assign showDryRunInspect = true> <#include "clusterForm.ftl"> <#include "../common/cancelBtn.ftl"> <#include "../common/serverOpStatus.ftl"> <#include "../common/createPullRequestReminder.ftl">
<#include "../common/entityYaml.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy