mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-07 15:42:12 -04:00
Merge pull request #1847 from alicebob/alertmsg
Message on an empty Alerts page
This commit is contained in:
commit
823ee3eeee
2 changed files with 137 additions and 131 deletions
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…
Reference in a new issue