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

ui.acls.form.principalAclsForm.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @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}

Rules
<#if principalAcls??> <#list principalAcls.rules as rule> <#include "aclRule.ftl">

<#assign statusId = "dryRunInspectAcls"> <#include "../../common/serverOpStatus.ftl"> <#assign statusId = "">

<#include "../../common/updateForm.ftl"> <#include "../../common/existingValues.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy