2018-11-27 00:05:26 -08:00
|
|
|
{{define "head"}}
|
2021-08-13 09:10:31 -07:00
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/classic/static/css/config.css?v={{ buildVersion }}">
|
|
|
|
<script src="{{ pathPrefix }}/classic/static/js/config.js?v={{ buildVersion }}"></script>
|
2018-11-27 00:05:26 -08:00
|
|
|
{{end}}
|
2016-05-13 08:59:59 -07:00
|
|
|
|
|
|
|
{{define "content"}}
|
|
|
|
<div class="container-fluid">
|
2019-02-17 11:32:09 -08:00
|
|
|
<h2 id="configuration">Configuration <button type="button" class="btn btn-primary" id="copyToClipboard">Copy to clipboard</button></h2>
|
|
|
|
|
|
|
|
<pre id="config_yaml">{{.}}</pre>
|
2016-05-13 08:59:59 -07:00
|
|
|
</div>
|
|
|
|
{{end}}
|