open-consul/ui/packages/consul-peerings/app/components/consul/peer/notifications/index.hbs

17 lines
311 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
{{#if (eq @type 'remove')}}
<Hds::Toast
@color='success'
...attributes
as |T|>
<T.Title>Success!</T.Title>
<T.Description>
Your Peer has been marked for deletion.
</T.Description>
</Hds::Toast>
{{/if}}