open-nomad/ui/app/templates/exec-loading.hbs
Buck Doyle ea2adb3bf6
Update template linting and fix missed curly invocations (#8382)
This includes fixes for newer template lint rules that came along with
updating that dependency, which was necessary to be able to use
the no-curly-component-invocation rule. It also updates some curly
invocations that I missed in #8075.
2020-07-09 12:30:11 -05:00

17 lines
412 B
Handlebars

{{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://nomadproject.io/docs" target="_blank" rel="noopener noreferrer" class="navbar-item">Documentation</a>
{{x-icon "lock-closed"}}
</div>
</nav>
<div class="exec-window loading">
<LoadingSpinner />
</div>