ui.management.topicConfigUpdate.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="cluster" type="com.infobip.kafkistry.model.KafkaCluster" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="configChanges" type="java.util.List" -->
<#include "../commonResources.ftl"/>
Kafkistry: Cluster topic config update
<#include "../commonMenu.ftl">
Updating topic config on cluster
You are about to update topic's config on kafka cluster
<#assign clusterIdentifier = cluster.identifier>
<#include "topicConfigChanges.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">