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

ui.clusters.clusterTopicsCounts.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @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}
<#else> (no data)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy