2023-03-14 13:18:55 +00:00
|
|
|
{{!
|
|
|
|
Copyright (c) HashiCorp, Inc.
|
|
|
|
SPDX-License-Identifier: MPL-2.0
|
|
|
|
}}
|
|
|
|
|
2020-12-02 09:43:34 +00:00
|
|
|
<div
|
|
|
|
class="informed-action"
|
|
|
|
...attributes
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<header>
|
|
|
|
{{yield to="header"}}
|
|
|
|
</header>
|
|
|
|
{{yield to="body"}}
|
|
|
|
</div>
|
|
|
|
<ul>
|
|
|
|
{{yield (hash
|
|
|
|
Action=(component "anonymous" tagName="li")
|
|
|
|
)
|
|
|
|
to="actions"}}
|
|
|
|
</ul>
|
|
|
|
</div>
|