mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Remove duplicated bootstrap js on the graph template, it's already included on the base template.
This commit is contained in:
parent
b0aa877868
commit
189416cb34
|
@ -1,6 +1,4 @@
|
||||||
{{define "head"}}
|
{{define "head"}}
|
||||||
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script>
|
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/graph.css">
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/graph.css">
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css">
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css">
|
||||||
|
|
Loading…
Reference in a new issue