ui.topics.all.ftl Maven / Gradle / Ivy
<#-- @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">
#if>
Status of all topics in registry
<#assign datatableId = "topics">
<#include "../common/loading.ftl">
<#include "../common/pageBottom.ftl">