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

ui.quotas.modify.editEntityQuotasOnBranch.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version

<#-- @ftlvariable name="title" type="java.lang.String" -->
<#-- @ftlvariable name="entityQuotaRequest" type="com.infobip.kafkistry.service.quotas.QuotasRequest" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="branch" type="java.lang.String" -->




    <#include "modifyResources.ftl">
    Kafkistry: Edit principal ACLs




<#include "../../commonMenu.ftl">

${title}

Branch name: ${branch}


<#if entityQuotaRequest.errorMsg??>

Cause: ${entityQuotaRequest.errorMsg}

Please fix corruption in storage files

<#if entityQuotaRequest.quota??> <#assign entityQuotas = entityQuotaRequest.quota> <#include "../form/entityQuotasForm.ftl">
<#switch entityQuotaRequest.type> <#case "ADD"> <#break> <#case "UPDATE"> <#break> <#case "DELETE"> <#break> <#default> Cant perform change <#break> <#include "../../common/cancelBtn.ftl"> <#include "../../common/createPullRequestReminder.ftl"> <#if entityQuotaRequest.quota??> <#include "../../common/serverOpStatus.ftl">
<#include "../../common/entityYaml.ftl">
<#include "../../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy