ui.management.topicConfigBulkUpdate.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="clusterConfigChanges" type="java.util.Map" -->
<#include "../commonResources.ftl"/>
Kafkistry: Cluster topic config bulk update
<#include "../commonMenu.ftl">
Bulk altering topic config
You are about to update topic on multiple clusters
Topic: ${topicName}
There are ${clusterConfigChanges?size} cluster(s) on which this topic has wrong config
<#assign bulkIterateBy = "CLUSTER">
<#list clusterConfigChanges as clusterIdentifier, configChanges>
<#include "topicConfigChanges.ftl">
#list>
<#include "../common/cancelBtn.ftl">
<#assign statusId = "">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">