John Cowen aea3d00a9d ui: Move to angle brackets for ember components (#7321)
* Modify templates with codemods angle brackets

* ui: Fix up problem with intention filter action attribute

Co-authored-by: Kenia <19161242+kaxcode@users.noreply.github.com>
2020-05-12 17:14:05 +00:00

13 lines
732 B
Handlebars

<p class="notice policy-management"><strong>Management</strong> 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. Learn more in our <a href="{{env 'CONSUL_DOCS_URL'}}/guides/acl.html#builtin-policies" target="_blank" rel="noopener noreferrer">documentation</a>.</p>
<div>
<dl>
<dt>Name</dt>
<dd>{{item.Name}}</dd>
<dt>Valid Datacenters</dt>
<dd>{{ join ', ' (policy/datacenters item)}}</dd>
<dt>Description</dt>
<dd>{{item.Description}}</dd>
</dl>
</div>
<TokenList @caption="Applied to the following tokens:" @items={{items}} />