prometheus/web/ui/templates/config.html

9 lines
175 B
HTML

{{define "head"}}<!-- nix -->{{end}}
{{define "content"}}
<div class="container-fluid">
<h2 id="configuration">Configuration</h2>
<pre>{{.}}</pre>
</div>
{{end}}