mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
27 lines
557 B
Handlebars
27 lines
557 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<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> |