mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Update jQuery to 1.9.1.
This commit is contained in:
parent
07c76747f0
commit
ecb8331df1
|
@ -4,8 +4,8 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>Prometheus Expression Browser</title>
|
<title>Prometheus Expression Browser</title>
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
|
||||||
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css" />
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css" />
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="css/prometheus.css">
|
<link type="text/css" rel="stylesheet" href="css/prometheus.css">
|
||||||
<link type="text/css" rel="stylesheet" href="css/graph.css">
|
<link type="text/css" rel="stylesheet" href="css/graph.css">
|
||||||
|
|
Loading…
Reference in a new issue