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

ui.recordsStructure.structure.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="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}
Cluster <#if clusterIdentifier??> CLUSTER ${clusterIdentifier} <#else> ALL COMBINED
Utilities

<#if !recordsStructure??>
Not having analyzed structure for topic: '${topicName}' <#if clusterIdentifier??>on cluster '${clusterIdentifier}'
<#else> <@structure.showStructure structure=recordsStructure/>
<#--spacer for collapse not caausing scroll-->
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy