ui.home.registry.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="imageProps" type="com.infobip.kafkistry.webapp.ImageProperties" -->
<#-- @ftlvariable name="gitStorageEnabled" type="java.lang.Boolean" -->
<#include "../commonResources.ftl"/>
Kafkistry
<#include "../commonMenu.ftl">
Your owned Status counts / quick navigate
<@_util.yourOwned what="topics"/>
Topics
<#assign statusId = "topics-your-stats">
<#include "../common/serverOpStatus.ftl">
<@_util.yourOwned what="consumer groups"/>
Consumers
<#assign statusId = "consumer-groups-your-stats">
<#include "../common/serverOpStatus.ftl">
<@_util.yourOwned what="principal ACLs"/>
ACLs
<#assign statusId = "acls-your-stats">
<#include "../common/serverOpStatus.ftl">
All Status counts / quick navigate
Clusters
<#assign statusId = "clusters-stats">
<#include "../common/serverOpStatus.ftl">
Tags
<#assign statusId = "tags-stats">
<#include "../common/serverOpStatus.ftl">
All Topics
<#assign statusId = "topics-stats">
<#include "../common/serverOpStatus.ftl">
All Consumers
<#assign statusId = "consumer-groups-stats">
<#include "../common/serverOpStatus.ftl">
All ACLs
<#assign statusId = "acls-stats">
<#include "../common/serverOpStatus.ftl">
All Quotas
<#assign statusId = "quotas-stats">
<#include "../common/serverOpStatus.ftl">
<#if gitStorageEnabled>
Pending repository updates
<#assign statusId = "pending-requests">
<#include "../common/serverOpStatus.ftl">
#if>
<#include "../common/pageBottom.ftl">