github.com/hernad/nomad@v1.6.112/ui/app/components/das/error.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 <section class="das-error" data-test-recommendation-error> 7 <section> 8 <h3 data-test-headline>Recommendation error</h3> 9 10 <p> 11 There were errors processing applications: 12 </p> 13 14 <pre data-test-errors>{{@error}}</pre> 15 </section> 16 17 {{x-icon "alert-circle-fill"}} 18 19 <section class="actions"> 20 <button 21 data-test-dismiss 22 class='button is-light' 23 type='button' 24 {{on 'click' this.dismissClicked}} 25 >Okay</button> 26 </section> 27 </section>