mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
11 lines
274 B
Handlebars
11 lines
274 B
Handlebars
{{yield}}
|
|
{{#yield-slot 'action' (block-params confirm cancel)}}
|
|
{{#if (or permanent (not confirming))}}
|
|
{{yield}}
|
|
{{/if}}
|
|
{{/yield-slot}}
|
|
{{#yield-slot 'dialog' (block-params execute cancel message actionName)}}
|
|
{{#if confirming }}
|
|
{{yield}}
|
|
{{/if}}
|
|
{{/yield-slot}} |