ui.topics.editOnBranch.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="title" type="java.lang.String" -->
<#-- @ftlvariable name="topicRequest" type="com.infobip.kafkistry.service.history.TopicRequest" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="branch" type="java.lang.String" -->
<#include "../commonResources.ftl"/>
<#include "form/topicFormResources.ftl">
Kafkistry: ${title}
<#include "../commonMenu.ftl">
${title}
Branch name: ${branch}
<#if topicRequest.errorMsg??>
Corrupted content!
Cause: ${topicRequest.errorMsg}
Please fix corruption in storage files
#if>
<#if topicRequest.topic??>
<#assign topic = topicRequest.topic>
<#include "form/topicForm.ftl">
<#switch topicRequest.type>
<#case "ADD">
<#break>
<#case "UPDATE">
<#break>
<#case "DELETE">
Can't edit DELETE operation
<#break>
<#default>
Can't perform change
Having change type: ${topicRequest.type}
<#break>
#switch>
#if>
<#include "../common/cancelBtn.ftl">
<#include "../common/createPullRequestReminder.ftl">
<#if topicRequest.topic??>
<#include "../common/serverOpStatus.ftl">
<#include "../common/entityYaml.ftl">
#if>
<#include "../common/pageBottom.ftl">