ui.compare.compare.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="allTopics" type="java.util.List" -->
<#-- @ftlvariable name="allClusters" type="java.util.List" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="clusterIdentifiers" type="java.util.List" -->
<#include "../commonResources.ftl"/>
Kafkistry: Compare topics
<#include "../commonMenu.ftl">
<#if topicName?? && clusterIdentifiers??>
<#list clusterIdentifiers as clusterIdentifier>
<#include "subjectForm.ftl">
#list>
<#else>
<#include "subjectForm.ftl">
<#include "subjectForm.ftl">
#if>
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">