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

ui.compare.compare.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @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"> <#else> <#include "subjectForm.ftl"> <#include "subjectForm.ftl">
<#include "../common/serverOpStatus.ftl">
<#assign topicName = ""> <#include "subjectForm.ftl">
<#list allTopics as topic>
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy