ui.topics.create.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
<#include "../commonMenu.ftl">
<#assign newName = "">
Create Topic
<#include "form/topicForm.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/createPullRequestReminder.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/entityYaml.ftl">
<#include "../common/pageBottom.ftl">