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

ui.topics.wizard.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @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">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy