ui.quotas.modify.deleteEntityQuotas.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="gitStorageEnabled" type="java.lang.Boolean" -->
<#-- @ftlvariable name="entityQuotas" type="com.infobip.kafkistry.model.QuotaDescription" -->
<#include "../../commonResources.ftl"/>
Kafkistry: Delete entity quota
<#include "../../commonMenu.ftl">
<#import "../util.ftl" as util>
Delete entity quotas from registry
Entity: <@util.entity entity=entityQuotas.entity/>
<#include "../../common/updateForm.ftl">
<#include "../../common/cancelBtn.ftl">
<#include "../../common/createPullRequestReminder.ftl">
<#include "../../common/serverOpStatus.ftl">
<#include "../../common/pageBottom.ftl">