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

ui.clusters.clusterQuotasTable.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="clusterIdentifier"  type="java.lang.String" -->
<#-- @ftlvariable name="clusterQuotas"  type="com.infobip.kafkistry.service.quotas.ClusterQuotasInspection" -->

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

<#assign datatableId = "quotas">
<#include "../common/loading.ftl">


    <#list clusterQuotas.entityInspections as inspection>
        <#assign entity = inspection.entity>
        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy