mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Alerts template: remove silence table header
There's no corresponding table column for this table header. The
placeholder link for silences was removed in e8800730.
Accordingly, regenerate `web/ui/bindata.go` by running:
make assets format
This commit is contained in:
parent
49e317333c
commit
78715e4182
2 changed files with 71 additions and 72 deletions
File diff suppressed because one or more lines are too long
|
|
@ -26,7 +26,6 @@
|
|||
<th>State</th>
|
||||
<th>Active Since</th>
|
||||
<th>Value</th>
|
||||
<th>Silence</th>
|
||||
</tr>
|
||||
{{range $activeAlerts}}
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue