ui.topics.topicCreateFromWizard.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" -->
<#include "../commonResources.ftl"/>
<#include "form/topicFormResources.ftl">
Kafkistry: Create new topic from wizard
<#include "../commonMenu.ftl">
Create new topic from wizard
<#assign newName = topic.name>
<#include "form/topicForm.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/createPullRequestReminder.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/entityYaml.ftl">
<#include "../common/pageBottom.ftl">