mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 20:36:13 +02:00
Merge pull request #1847 from alicebob/alertmsg
Message on an empty Alerts page
This commit is contained in:
commit
823ee3eeee
File diff suppressed because one or more lines are too long
@ -43,6 +43,12 @@
|
||||
{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<tr class="alert_header">
|
||||
<td>
|
||||
No alerting rules defined
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user