mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
Friendlier message when there are no alerting rules
This commit is contained in:
parent
67b7535471
commit
512b3f8d95
@ -43,6 +43,12 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{{else}}
|
||||||
|
<tr class="alert_header">
|
||||||
|
<td>
|
||||||
|
No alerting rules defined
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user