mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-28 06:01:01 +01:00
Fix JS/CSS asset paths for classic /config page (#9202)
Fixes https://github.com/prometheus/prometheus/issues/9130 Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
9c43ac451c
commit
bb05485c79
@ -1,6 +1,6 @@
|
||||
{{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>
|
||||
<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>
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user