ui.acls.form.principalAclsForm.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="newName" type="java.lang.String" -->
<#-- @ftlvariable name="principalSourceType" type="java.lang.String" -->
<#-- @ftlvariable name="principalExists" type="java.lang.Boolean" -->
<#-- @ftlvariable name="branch" type="java.lang.String" -->
<#-- @ftlvariable name="principalAcls" type="com.infobip.kafkistry.model.PrincipalAclRules" -->
<#-- @ftlvariable name="existingValues" type="com.infobip.kafkistry.service.ExistingValues" -->
<#-- @ftlvariable name="gitStorageEnabled" type="java.lang.Boolean" -->
<#import "../../common/documentation.ftl" as doc>
<#import "../../common/infoIcon.ftl" as info>
Principal
<#if newName??>
<#else>
${principalAcls.principal}
#if>
Rules
<#if principalAcls??>
<#list principalAcls.rules as rule>
<#include "aclRule.ftl">
#list>
#if>
<#assign statusId = "dryRunInspectAcls">
<#include "../../common/serverOpStatus.ftl">
<#assign statusId = "">
<#include "../../common/updateForm.ftl">
<#include "../../common/existingValues.ftl">