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

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

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

Cause: ${topicRequest.errorMsg}

Please fix corruption in storage files

<#if topicRequest.topic??> <#assign topic = topicRequest.topic> <#include "form/topicForm.ftl">
<#switch topicRequest.type> <#case "ADD"> <#break> <#case "UPDATE"> <#break> <#case "DELETE"> <#break> <#default> Can't perform change
Having change type: ${topicRequest.type} <#break> <#include "../common/cancelBtn.ftl"> <#include "../common/createPullRequestReminder.ftl"> <#if topicRequest.topic??> <#include "../common/serverOpStatus.ftl">
<#include "../common/entityYaml.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy