open-nomad/ui/app/components/das/error.hbs
Buck Doyle 31b4ed7a6d
Add DAS UI code from enterprise (#9192)
This is a few combined iterations on the DAS feature.
2020-10-29 07:46:42 -05:00

22 lines
481 B
Handlebars

<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>