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

ui.clusters.clusterTopicsTable.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="clusterTopics"  type="com.infobip.kafkistry.service.topic.ClusterTopicsStatuses" -->

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

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

    <#if clusterTopics.statusPerTopics??>
        <#list clusterTopics.statusPerTopics as topicStatus>
            <#assign topicName = topicStatus.topicName>
            <#assign statusTypes = util.namedTypeListToStringList(topicStatus.topicClusterStatus.status.types)>
            <#assign presentInRegistry = !statusTypes?seq_contains("UNKNOWN")>
            




© 2015 - 2024 Weber Informatics LLC | Privacy Policy