mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
45b91e8e80
Signed-off-by: Julius Volz <julius.volz@gmail.com>
13 lines
473 B
HTML
13 lines
473 B
HTML
{{define "head"}}
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/config.css?v={{ buildVersion }}">
|
|
<script src="{{ pathPrefix }}/static/js/config.js?v={{ buildVersion }}"></script>
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="container-fluid">
|
|
<h2 id="configuration">Configuration <button type="button" class="btn btn-primary" id="copyToClipboard">Copy to clipboard</button></h2>
|
|
|
|
<pre id="config_yaml">{{.}}</pre>
|
|
</div>
|
|
{{end}}
|