mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Also update prom.lib.
This commit is contained in:
parent
7e5745fe0e
commit
05ba9ab2f3
|
@ -2,7 +2,7 @@
|
||||||
{{/* Load Prometheus console library JS/CSS. Should go in <head> */}}
|
{{/* Load Prometheus console library JS/CSS. Should go in <head> */}}
|
||||||
{{ define "prom_console_head" }}
|
{{ define "prom_console_head" }}
|
||||||
<link type="text/css" rel="stylesheet" href="/static/vendor/rickshaw/rickshaw.min.css">
|
<link type="text/css" rel="stylesheet" href="/static/vendor/rickshaw/rickshaw.min.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/static/vendor/bootstrap-3.3.1/css/bootstrap.css">
|
<link type="text/css" rel="stylesheet" href="/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/prom_console.css">
|
<link type="text/css" rel="stylesheet" href="/static/css/prom_console.css">
|
||||||
<script src="/static/vendor/rickshaw/vendor/d3.min.js"></script>
|
<script src="/static/vendor/rickshaw/vendor/d3.min.js"></script>
|
||||||
<script src="/static/vendor/rickshaw/vendor/d3.layout.min.js"></script>
|
<script src="/static/vendor/rickshaw/vendor/d3.layout.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue