14 lines
320 B
Handlebars
14 lines
320 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 Namespace has been marked for deletion.</T.Description>
|
|
</Hds::Toast>
|
|
{{/if}}
|