From bf3963fe0c7ba889d0104c193df3c910e9a9007b Mon Sep 17 00:00:00 2001 From: valeriia-ruban Date: Fri, 1 Sep 2023 13:50:36 -0700 Subject: [PATCH] feat: copy edits for built-in policy alert --- .../app/templates/dc/acls/policies/edit.hbs | 28 ++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs index d3a076fd09..eba325d6e1 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs @@ -76,25 +76,15 @@ as |dc partition nspace id item create|}} {{/if}} {{#if (or (eq (policy/typeof item) 'policy-management') (eq (policy/typeof item) 'read-only'))}} - {{#if (eq (policy/typeof item) 'policy-management')}} - - Management - This global-management token is built into Consul's policy system. You can apply this special policy to tokens for full access. This policy is not editable or removeable, but can be ignored by not applying it to any tokens. - - - {{else}} - - Built-in policy - This global-read-only policy is built into Consul's policy system. You can apply this special policy to tokens for read-only access to all Consul components. This policy is not editable or removable, but can be ignored by not applying it to any tokens. - - - {{/if}} + + Built-in policy + This policy is built into Consul's ACL system. You can use this special policy by adding it to a token. This policy is not editable or removable, but can be ignored by not applying it to any tokens. + + +
Name