mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08: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}}
|
{{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 a new issue