mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
20 lines
548 B
Handlebars
20 lines
548 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<div class="border-and-label">
|
|
<div class="border"></div>
|
|
<div class="task-label">
|
|
{{#if this.active}}
|
|
<Hds::Icon @name="dot" @isInline={{true}} class="active-identifier icon-vertical-bump-down" />
|
|
{{/if}}
|
|
{{this.task.name}}
|
|
</div>
|
|
</div>
|
|
{{#if this.shouldOpenInNewWindow}}
|
|
<span class="tooltip" aria-label="Open in a new window">
|
|
<Hds::Icon @name="external-link" @color="faint" @isInline={{true}} class="show-on-hover" />
|
|
</span>
|
|
{{/if}}
|