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

ui.topics.all.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="topics"  type="java.util.List" -->
<#-- @ftlvariable name="pendingTopicsUpdates"  type="java.util.Map>" -->
<#-- @ftlvariable name="gitStorageEnabled"  type="java.lang.Boolean" -->
<#-- @ftlvariable name="topicsOwned"  type="java.util.Map" -->




    <#include "../commonResources.ftl"/>
    Kafkistry: Topics
    
    
    




<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>

<#if gitStorageEnabled> <#assign pendingUpdates = pendingTopicsUpdates> <#assign entityName = "Topic"> <#include "../common/pendingChangeRequests.ftl">
Status of all topics in registry
<#assign datatableId = "topics"> <#include "../common/loading.ftl"> <#list topics as topic> <#assign topicName = topic.topicName> <#assign topicOwned = topicsOwned[topicName]> <#if topic.topicDescription??> <#else>
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy