ui.clusters.clusterQuotasCounts.ftl Maven / Gradle / Ivy
<#-- @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}
#list>