blob: 3bd7a12fc6e3028add39df33a286286718294b48 [file] [log] [blame]
Timo Tijhof51516cd2013-04-09 01:32:29 +02001<!--
2Copyright 2013 OpenStack Foundation
3Copyright 2013 Timo Tijhof
4Copyright 2013 Wikimedia Foundation
5
6Licensed under the Apache License, Version 2.0 (the "License"); you may
7not use this file except in compliance with the License. You may obtain
8a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15License for the specific language governing permissions and limitations
16under the License.
17-->
18<!DOCTYPE html>
19<html dir="ltr" lang="en">
20<head>
21 <title>Zuul Status</title>
22 <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
Joshua Hesketh625d3792014-04-03 11:24:31 +110023 <link rel="stylesheet" href="styles/zuul.css" />
Timo Tijhof51516cd2013-04-09 01:32:29 +020024</head>
25<body>
Timo Tijhof51516cd2013-04-09 01:32:29 +020026
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100027 <div id="zuul_container"></div>
Joshua Hesketh0f5c66a2014-04-30 19:23:36 +100028
Timo Tijhof51516cd2013-04-09 01:32:29 +020029 <script src="jquery.min.js"></script>
Joshua Heskethdb14a452014-06-05 15:04:55 +100030 <script src="jquery-visibility.js"></script>
Joshua Hesketh9d013542014-04-03 13:08:04 +110031 <script src="jquery.graphite.js"></script>
Joshua Hesketh4dde4392014-05-23 10:12:35 +100032 <script src="jquery.zuul.js"></script>
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100033 <script src="zuul.app.js"></script>
Joshua Hesketh0f5c66a2014-04-30 19:23:36 +100034 <script>
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100035 zuul_build_dom(jQuery, '#zuul_container');
36 zuul_start(jQuery);
Joshua Hesketh0f5c66a2014-04-30 19:23:36 +100037 </script>
Timo Tijhof51516cd2013-04-09 01:32:29 +020038</body>
39</html>