ui.recordsStructure.structure.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="recordsStructure" type="com.infobip.kafkistry.model.RecordsStructure" -->
<#include "../commonResources.ftl"/>
Kafkistry: Records Structure
<#include "../commonMenu.ftl">
<#import "../common/infoIcon.ftl" as info>
<#import "../common/documentation.ftl" as doc>
<#import "structureElements.ftl" as structure>
<#include "../common/backBtn.ftl"> Records structure of topic
Topic
<#if clusterIdentifier??>
${topicName} @ ${clusterIdentifier}
<#else>
${topicName}
#if>
Cluster
<#if clusterIdentifier??>
CLUSTER
${clusterIdentifier}
<#else>
ALL COMBINED
#if>
Utilities
<#if !recordsStructure??>
Not having analyzed structure for topic: '${topicName}'
<#if clusterIdentifier??>on cluster '${clusterIdentifier}'#if>
<#else>
<@structure.showStructure structure=recordsStructure/>
#if>
<#--spacer for collapse not caausing scroll-->
<#include "../common/pageBottom.ftl">