github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/components/das/error.hbs (about)

     1  <section class="das-error" data-test-recommendation-error>
     2    <section>
     3      <h3 data-test-headline>Recommendation error</h3>
     4  
     5      <p>
     6        There were errors processing applications:
     7      </p>
     8  
     9      <pre data-test-errors>{{@error}}</pre>
    10    </section>
    11  
    12    {{x-icon "alert-circle-fill"}}
    13  
    14    <section class="actions">
    15      <button
    16        data-test-dismiss
    17        class='button is-light'
    18        type='button'
    19        {{on 'click' this.dismissClicked}}
    20      >Okay</button>
    21    </section>
    22  </section>