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

ui.topics.form.topicLabelsForm.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="labels" type="java.util.List" -->

<#macro labelEntry category name externalId>
    
<#list labels as label> <@labelEntry category=label.category name=label.name externalId=label.externalId!''/>
<@labelEntry category='' name='' externalId=''/>
<#list existingValues.topicLabels as existingLabel>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy