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

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

There is a newer version: 0.8.0
Show newest version
<#-- @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>
<#include "../common/cancelBtn.ftl"> <#include "../common/createPullRequestReminder.ftl"> <#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy