mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Friendlier message when there are no alerting rules
This commit is contained in:
parent
67b7535471
commit
512b3f8d95
1 changed files with 6 additions and 0 deletions
|
|
@ -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