|
|
|
@ -1,20 +1,19 @@
|
|
|
|
|
{{/* vim: set ft=html: */}} |
|
|
|
|
{{/* Load Prometheus console library JS/CSS. Should go in <head> */}} |
|
|
|
|
{{ define "prom_console_head" }} |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css?v={{ buildVersion }}"> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css?v={{ buildVersion }}"> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/prom_console.css?v={{ buildVersion }}"> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/vendor/d3.v3.js?v={{ buildVersion }}"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/vendor/d3.layout.min.js?v={{ buildVersion }}"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.js?v={{ buildVersion }}"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/js/jquery.min.js?v={{ buildVersion }}"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js?v={{ buildVersion }}"></script> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css"> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css"> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/prom_console.css"> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/vendor/d3.v3.js"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/vendor/d3.layout.min.js"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.js"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/js/jquery.min.js"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
var PATH_PREFIX = "{{ pathPrefix }}"; |
|
|
|
|
var BUILD_VERSION = "{{ buildVersion }}"; |
|
|
|
|
</script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/js/prom_console.js?v={{ buildVersion }}"></script> |
|
|
|
|
<script src="{{ pathPrefix }}/static/js/prom_console.js"></script> |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
{{/* Top of all pages. */}} |
|
|
|
|