github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/pkg/promtail/server/ui/templates/config.html (about)

     1  {{define "head"}}
     2      <link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/config.css?v={{ buildVersion }}">
     3      <script src="{{ pathPrefix }}/static/js/config.js?v={{ buildVersion }}"></script>
     4  {{end}}
     5  
     6  {{define "content"}}
     7    <div class="container-fluid">
     8      <h2 id="configuration">Configuration <button type="button" class="btn btn-primary" id="copyToClipboard">Copy to clipboard</button></h2>
     9  
    10      <pre id="config_yaml">{{.}}</pre>
    11    </div>
    12  {{end}}