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

ui.management.bulkVerifyReAssignments.ftl Maven / Gradle / Ivy

The newest version!
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="topicsToVerifyReAssignments" type="java.util.List" -->




    <#include "../commonResources.ftl"/>
    
    
    Kafkistry: Verify topics re-assignments




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

<#include "../common/backBtn.ftl"> Verify topics re-assignments


You are about to verify all topics on cluster that need verification of re-assignments


Cluster: ${clusterIdentifier}

There are ${topicsToVerifyReAssignments?size} topic(s) that need re-assignment verification

<#list topicsToVerifyReAssignments as topic>

Topic: ${topic} <#assign statusId = "op-status-"+topic> <#include "../common/serverOpStatus.ftl">


<#include "../common/cancelBtn.ftl">
<#assign statusId = ""> <#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy