ui.clusters.edit.ftl Maven / Gradle / Ivy
<#-- @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">