mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-25 07:22:48 +00:00
7 lines
149 B
HTML
7 lines
149 B
HTML
<div ng-show="silences.length == 0">No silences configured</div>
|
|
|
|
<ul class="silences">
|
|
<li ng-repeat="sil in silences">
|
|
{{ sil.id }}
|
|
</li>
|
|
</ul> |