mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 07:01:09 +02:00
11 lines
385 B
Handlebars
11 lines
385 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<Hds::Toast @color={{this.color}} @onDismiss={{@close}} class="has-bottom-margin-m" data-test-flash-toast as |T|>
|
|
<T.Title data-test-flash-toast-title>{{this.title}}</T.Title>
|
|
<T.Description data-test-flash-message-body>
|
|
<p class="is-word-break">{{@flash.message}}</p>
|
|
</T.Description>
|
|
</Hds::Toast> |