2018-11-27 08:05:26 +00:00
|
|
|
{{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}}
|
2016-05-13 15:59:59 +00:00
|
|
|
|
|
|
|
{{define "content"}}
|
|
|
|
<div class="container-fluid">
|
2019-02-17 19:32:09 +00: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 15:59:59 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|