Files
nomad/ui/app/components/das/error.hbs
Phil Renaud f74623a506 [ui, compliance] Remove the newline after .hbs copyright headers (#16861)
* Remove the newline after .hbs copyright headers

* Trying with the whitespace control char
2023-04-14 13:08:13 -04:00

27 lines
556 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
~}}
<section class="das-error" data-test-recommendation-error>
<section>
<h3 data-test-headline>Recommendation error</h3>
<p>
There were errors processing applications:
</p>
<pre data-test-errors>{{@error}}</pre>
</section>
{{x-icon "alert-circle-fill"}}
<section class="actions">
<button
data-test-dismiss
class='button is-light'
type='button'
{{on 'click' this.dismissClicked}}
>Okay</button>
</section>
</section>