mirror of
https://github.com/status-im/consul.git
synced 2025-03-01 22:00:42 +00:00
* 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>
14 lines
558 B
Handlebars
14 lines
558 B
Handlebars
<p>
|
|
The Access Control List (ACL) system, which controls permissions for this UI, is enabled for this cluster. Your token ID will be saved locally and persist through visits.
|
|
</p>
|
|
<form>
|
|
<fieldset>
|
|
<label class="type-text">
|
|
<span>SecretID or Token</span>
|
|
<Input @type="password" @value={{secret}} @name="secret" placeholder="SecretID or Token" />
|
|
</label>
|
|
</fieldset>
|
|
{{! authorize is in the routes/dc/acls.js route }}
|
|
<button type="submit" {{action 'authorize' secret nspace}}>Save</button>
|
|
</form>
|