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

ui.acls.modify.editPrincipalAclsOnBranch.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="aclsRequest" type="com.infobip.kafkistry.service.history.AclsRequest" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="branch" type="java.lang.String" -->




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




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

${title}

Branch name: ${branch}


<#if aclsRequest.errorMsg??>

Cause: ${aclsRequest.errorMsg}

Please fix corruption in storage files

<#if aclsRequest.principalAcls??> <#assign principalAcls = aclsRequest.principalAcls> <#include "../form/principalAclsForm.ftl">
<#switch aclsRequest.type> <#case "ADD"> <#break> <#case "UPDATE"> <#break> <#case "DELETE"> <#break> <#default> Can't perform change
Having status: ${aclsRequest.type.name()} <#break> <#include "../../common/cancelBtn.ftl"> <#include "../../common/createPullRequestReminder.ftl"> <#if aclsRequest.principalAcls??> <#include "../../common/serverOpStatus.ftl">
<#include "../../common/entityYaml.ftl">
<#include "../../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy