ui.topics.delete.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="gitStorageEnabled" type="java.lang.Boolean" -->
<#-- @ftlvariable name="topic" type="com.infobip.kafkistry.model.TopicDescription" -->
<#include "../commonResources.ftl"/>
Kafkistry: Delete topic
<#include "../commonMenu.ftl">
<#import "../common/infoIcon.ftl" as info>
<#import "../common/documentation.ftl" as doc>
Delete topic from registry
Deleting topic name: ${topic.name}
<#if gitStorageEnabled>
#if>
<#include "../common/cancelBtn.ftl">
<#include "../common/createPullRequestReminder.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">