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

ui.home.quotasStats.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="quotasStats"  type="java.util.Map" -->

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

<#if quotasStats?size == 0>
    
<#else>
    
        <#list quotasStats as stateType, count>
            
<@util.namedTypeStatusAlert type = stateType alertInline=false/> ${count}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy