summaryrefslogtreecommitdiff
path: root/etc/status/public_html/index.html
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-11 13:39:25 +0000
committerGerrit Code Review <review@openstack.org>2015-05-11 13:39:26 +0000
commitdaeb4139daf5cff942bd3b3d37488e276f59d281 (patch)
tree8d8d9d744a88278cc27a0a304ee664f8c8b9fb69 /etc/status/public_html/index.html
parente66e9133382e19ba846cffd5c8a5b5dc9aed0e96 (diff)
parent6beaff3d52d63717dfdf69cc8ee7779421e13c50 (diff)
downloadzuul-daeb4139daf5cff942bd3b3d37488e276f59d281.tar.gz
Merge "Status: Move external dependencies into public_html/lib"
Diffstat (limited to 'etc/status/public_html/index.html')
-rw-r--r--etc/status/public_html/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index 3bd7a12fc..97025a617 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -19,16 +19,14 @@ under the License.
<html dir="ltr" lang="en">
<head>
<title>Zuul Status</title>
- <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
+ <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/zuul.css" />
</head>
<body>
-
<div id="zuul_container"></div>
-
- <script src="jquery.min.js"></script>
- <script src="jquery-visibility.js"></script>
- <script src="jquery.graphite.js"></script>
+ <script src="lib/jquery.min.js"></script>
+ <script src="lib/jquery-visibility.js"></script>
+ <script src="lib/jquery.graphite.js"></script>
<script src="jquery.zuul.js"></script>
<script src="zuul.app.js"></script>
<script>