mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
5ff283a7b7
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
10 lines
277 B
HTML
10 lines
277 B
HTML
{{define "head"}}<!-- nix -->{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="container-fluid">
|
|
<h2 id="rules">Rules</h2>
|
|
<pre>{{range .RuleGroups}}File: {{.File}}; Group name: {{.Name}}
|
|
{{range .Rules}}{{.HTMLSnippet pathPrefix}} </br>{{end}}{{end}}</pre>
|
|
</div>
|
|
{{end}}
|