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

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

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="clusterQuotas"  type="com.infobip.kafkistry.service.quotas.ClusterQuotasInspection" -->

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


    <#list clusterQuotas.status.statusCounts as statusTypeCount>
        <#assign statusType = statusTypeCount.type>
        <#assign count = statusTypeCount.quantity>
        
<#assign stateClass = util.levelToHtmlClass(statusType.level)>
${statusType.name}
${count}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy