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

ui.common.statusFlags.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="statusFlags" type="com.infobip.kafkistry.service.topic.StatusFlags" -->
<#-- @ftlvariable name="clusterStatusFlags" type="java.util.Map" -->
<#-- @ftlvariable name="allTopicStatusTypes" type="java.util.List" -->
<#-- @ftlvariable name="nonOkTopicStatusTypes" type="java.util.List" -->

<#import "infoIcon.ftl" as info>
<#import "util.ftl" as util>
<#import "documentation.ftl" as doc>

<#list allTopicStatusTypes![] as statusType> ${statusType.name}
<#if statusFlags.allOk> <#elseif nonOkTopicStatusTypes?? && nonOkTopicStatusTypes?size <= 2> <#list nonOkTopicStatusTypes as statusType> <@util.namedTypeStatusAlert type = statusType alertInline=false/> <#else> <#if !statusFlags.configOk> <#if !statusFlags.visibleOk> <#if !statusFlags.ruleCheckOk> <#if !statusFlags.runtimeOk>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy