mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
* First batch of x-icon to hds::icons * Bunch more icons and a note for jobrow * Fixes for tests that depended on specific action names * Icon-bumped-down specified to solo-icons in table cells * Class-basing the icon bump and deferring icon svg load in env * Exec window sidebar icons were looking a little off
13 lines
276 B
Handlebars
13 lines
276 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<section class="das-accepted">
|
|
<main>
|
|
<h3>Recommendation accepted</h3>
|
|
<p>A new version of this job will now be deployed.</p>
|
|
</main>
|
|
<Hds::Icon @name="check-circle-fill" />
|
|
</section>
|