blob: 97025a61745e38425dcd28146c65861f904de38f [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>
Timo Tijhof6beaff32015-04-02 01:04:18 +010022 <link rel="stylesheet" href="lib/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>
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100026 <div id="zuul_container"></div>
Timo Tijhof6beaff32015-04-02 01:04:18 +010027 <script src="lib/jquery.min.js"></script>
28 <script src="lib/jquery-visibility.js"></script>
29 <script src="lib/jquery.graphite.js"></script>
Joshua Hesketh4dde4392014-05-23 10:12:35 +100030 <script src="jquery.zuul.js"></script>
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100031 <script src="zuul.app.js"></script>
Joshua Hesketh0f5c66a2014-04-30 19:23:36 +100032 <script>
Joshua Hesketh4db99cb2014-05-23 11:28:08 +100033 zuul_build_dom(jQuery, '#zuul_container');
34 zuul_start(jQuery);
Joshua Hesketh0f5c66a2014-04-30 19:23:36 +100035 </script>
Timo Tijhof51516cd2013-04-09 01:32:29 +020036</body>
37</html>