ui.clusters.clusterTopicsCounts.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="clusterTopics" type="com.infobip.kafkistry.service.topic.ClusterTopicsStatuses" -->
<#import "../common/util.ftl" as util>
<#if clusterTopics.topicsStatusCounts??>
<#list clusterTopics.topicsStatusCounts as statusTypeCount>
<#assign statusType = statusTypeCount.type>
<#assign count = statusTypeCount.quantity>
<@util.namedTypeStatusAlert type=statusType alertInline=false/>
${count}
#list>
<#else>
(no data)
#if>