ui.topics.wizard.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="topic" type="com.infobip.kafkistry.model.TopicDescription" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="topicNameProperties" type="com.infobip.kafkistry.webapp.WizardTopicNameProperties" -->
<#include "../commonResources.ftl">
Kafkistry: Create new topic from wizard
<#include "../commonMenu.ftl">
<#import "../common/documentation.ftl" as doc>
<#import "../common/infoIcon.ftl" as info>
Create Topic Wizard
Basic
<#assign nameTemplate = '<#include "${topicNameProperties.templateName}.ftl">'?interpret>
<@nameTemplate/>
---
<#assign presence = topic.presence>
<#include "../common/presenceForm.ftl">
Metadata
<#assign labels = topic.labels>
<#include "form/topicLabelsForm.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">