blob: 8471fd171e2f92e2e4a0555f0c5ae4d53f4b3c7b [file] [log] [blame]
Tristan Cacqueray784ebdc2017-09-14 16:31:13 +00001<!--
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>
20<head>
21 <title>Zuul Status</title>
Tobias Henkel070058a2017-12-08 21:26:40 +010022 <link rel="stylesheet" href="../static/bootstrap/css/bootstrap.min.css">
Tristan Cacqueray784ebdc2017-09-14 16:31:13 +000023 <link rel="stylesheet" href="../static/styles/zuul.css" />
Tobias Henkel070058a2017-12-08 21:26:40 +010024 <script src="../static/js/jquery.min.js"></script>
25 <script src="../static/js/jquery-visibility.min.js"></script>
26 <script src="../static/js/jquery.graphite.min.js"></script>
Tristan Cacqueray784ebdc2017-09-14 16:31:13 +000027 <script src="../static/javascripts/jquery.zuul.js"></script>
28 <script src="../static/javascripts/zuul.app.js"></script>
29</head>
30<body>
31 <nav class="navbar navbar-default">
32 <div class="container-fluid">
33 <div class="navbar-header">
34 <a class="navbar-brand" href="../" target="_self">Zuul Dashboard</a>
35 </div>
36 <ul class="nav navbar-nav">
37 <li class="active"><a href="status.html" target="_self">Status</a></li>
38 <li><a href="jobs.html" target="_self">Jobs</a></li>
39 <li><a href="builds.html" target="_self">Builds</a></li>
40 </ul>
41 </div>
42 </nav>
43 <div id="zuul_container"></div>
44 <script>
45 // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache 2.0
46 zuul_build_dom(jQuery, '#zuul_container');
47 zuul_start(jQuery);
48 // @license-end
49 </script>
50</body>
51</html>