mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
e1fc9dc78d
Fixes #2891 Signed-off-by: Goutham Veeramachaneni <goutham@boomerangcommerce.com>
10 lines
283 B
HTML
10 lines
283 B
HTML
{{define "head"}}<!-- nix -->{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="container-fluid">
|
|
<h2 id="rules">Rules</h2>
|
|
{{range .RuleGroups}}<pre>File: {{.File}}; Group name: {{.Name}}
|
|
{{range .Rules}}-------<br/>{{.HTMLSnippet pathPrefix}}{{end}}</pre>{{end}}
|
|
</div>
|
|
{{end}}
|