2022-09-23 20:53:28 +00:00
|
|
|
<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>
|