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

ui.clusters.all.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="pendingClustersUpdates"  type="java.util.Map>" -->
<#-- @ftlvariable name="gitStorageEnabled"  type="java.lang.Boolean" -->
<#-- @ftlvariable name="clustersStatuses"  type="java.util.List" -->




    <#include "../commonResources.ftl"/>
    
    Kafkistry: Clusters
    




<#include "../commonMenu.ftl">

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

<#if gitStorageEnabled> <#assign pendingUpdates = pendingClustersUpdates> <#assign entityName = "Cluster"> <#include "../common/pendingChangeRequests.ftl">
Status of clusters registry
<#assign disabledCount = 0> <#list clustersStatuses as clusterStatus> <#if clusterStatus.clusterState == "DISABLED"> <#assign disabledCount++> <#continue> <#assign cluster = clusterStatus.cluster> <#assign clusterIdentifier = cluster.identifier>
Cluster Tags Status Nodes/Brokers Inspect
${clusterIdentifier} <#if cluster.tags?size gt 0> <#list cluster.tags as tag> ${tag} <#else> --- <@util.namedTypeStatusAlert type=clusterStatus.clusterState/>
Last refresh:
<#if clusterStatus.clusterInfo??> <#assign clusterInfo = clusterStatus.clusterInfo> <#include "clusterNodesList.ftl"> <#else> ---
<#assign statusId = "clusterBriefInspect_"+clusterIdentifier> <#include "../common/serverOpStatus.ftl"> <#assign statusId = "">
<#if disabledCount gt 0>
<#list clustersStatuses as clusterStatus> <#if clusterStatus.clusterState != "DISABLED"> <#continue> <#assign cluster = clusterStatus.cluster> <#assign clusterIdentifier = cluster.identifier>
Cluster Tags Status
${clusterIdentifier} <#if cluster.tags?size gt 0> <#list cluster.tags as tag> ${tag} <#else> --- <@util.namedTypeStatusAlert type=clusterStatus.clusterState/>
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy