mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-17 02:15:15 +00:00
10 lines
245 B
Handlebars
10 lines
245 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{! template-lint-disable no-triple-curlies}}
|
|
<div class="console-ui-alert console-ui-alert--error">
|
|
<Icon @name="x-circle-fill" />
|
|
<pre>{{{@content}}}</pre>
|
|
</div> |