prometheus/web/ui/templates/rules.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}}