6 lines
174 B
HTML
Raw Normal View History

<div class="system-status-badge color-{{ .alert }}">
<!-- Depends on status -->
2017-08-30 19:00:58 -06:00
<img src="/images/icon-{{ .alert }}.svg" alt="{{ .alert }}"/>
{{ .description }}
</div>