Tristan Cacqueray | 784ebdc | 2017-09-14 16:31:13 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2013 OpenStack Foundation |
| 3 | Copyright 2013 Timo Tijhof |
| 4 | Copyright 2013 Wikimedia Foundation |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 7 | not use this file except in compliance with the License. You may obtain |
| 8 | a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 14 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 15 | License for the specific language governing permissions and limitations |
| 16 | under the License. |
| 17 | --> |
| 18 | <!DOCTYPE html> |
| 19 | <html> |
| 20 | <head> |
| 21 | <title>Zuul Status</title> |
Tobias Henkel | 070058a | 2017-12-08 21:26:40 +0100 | [diff] [blame^] | 22 | <link rel="stylesheet" href="../static/bootstrap/css/bootstrap.min.css"> |
Tristan Cacqueray | 784ebdc | 2017-09-14 16:31:13 +0000 | [diff] [blame] | 23 | <link rel="stylesheet" href="../static/styles/zuul.css" /> |
Tobias Henkel | 070058a | 2017-12-08 21:26:40 +0100 | [diff] [blame^] | 24 | <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 Cacqueray | 784ebdc | 2017-09-14 16:31:13 +0000 | [diff] [blame] | 27 | <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> |