99185e2d8f
* Remove the newline after .hbs copyright headers * Trying with the whitespace control char
16 lines
397 B
Handlebars
16 lines
397 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
~}}
|
|
|
|
<span
|
|
class="service-status-indicator status-{{@check.Status}} tooltip is-right-aligned"
|
|
aria-label="{{@check.Status}} at {{format-ts @check.Timestamp}}"
|
|
>
|
|
{{#if (eq @check.Status "failure")}}
|
|
×
|
|
{{/if}}
|
|
|
|
<span class="timestamp"><span>{{format-ts @check.Timestamp timeOnly=true}}</span></span>
|
|
</span>
|