open-consul/ui-v2/app/templates/dc/nodes/-notifications.hbs

9 lines
172 B
Handlebars

{{#if (eq type 'delete')}}
{{#if (eq status 'success') }}
The session was invalidated.
{{else}}
There was an error invalidating the session.
{{/if}}
{{/if}}