mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +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
23 lines
511 B
Handlebars
23 lines
511 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{page-title "Exec"}}
|
|
<nav class="navbar is-popup">
|
|
<div class="navbar-brand">
|
|
<div class="navbar-item is-logo">
|
|
<NomadLogo />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="navbar-end">
|
|
<a href="https://developer.hashicorp.com/nomad/docs" target="_blank" rel="noopener noreferrer" class="navbar-item">Documentation</a>
|
|
<Hds::Icon @name="lock" />
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="exec-window loading">
|
|
<LoadingSpinner />
|
|
</div>
|