open-consul/ui/packages/consul-partitions/app/components/consul/partition/notifications/index.hbs

17 lines
327 B
Handlebars

{{#if (eq @type 'remove')}}
<Notice
class="notification-delete"
@type="success"
...attributes
as |notice|>
<notice.Header>
<strong>Success!</strong>
</notice.Header>
<notice.Body>
<p>
Your Partition has been marked for deletion.
</p>
</notice.Body>
</Notice>
{{/if}}