Timo Tijhof | 51516cd | 2013-04-09 01:32:29 +0200 | [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 dir="ltr" lang="en"> |
| 20 | <head> |
| 21 | <title>Zuul Status</title> |
Timo Tijhof | 6beaff3 | 2015-04-02 01:04:18 +0100 | [diff] [blame] | 22 | <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css"> |
Joshua Hesketh | 625d379 | 2014-04-03 11:24:31 +1100 | [diff] [blame] | 23 | <link rel="stylesheet" href="styles/zuul.css" /> |
Timo Tijhof | 51516cd | 2013-04-09 01:32:29 +0200 | [diff] [blame] | 24 | </head> |
| 25 | <body> |
Joshua Hesketh | 4db99cb | 2014-05-23 11:28:08 +1000 | [diff] [blame] | 26 | <div id="zuul_container"></div> |
Timo Tijhof | 6beaff3 | 2015-04-02 01:04:18 +0100 | [diff] [blame] | 27 | <script src="lib/jquery.min.js"></script> |
| 28 | <script src="lib/jquery-visibility.js"></script> |
| 29 | <script src="lib/jquery.graphite.js"></script> |
Joshua Hesketh | 4dde439 | 2014-05-23 10:12:35 +1000 | [diff] [blame] | 30 | <script src="jquery.zuul.js"></script> |
Joshua Hesketh | 4db99cb | 2014-05-23 11:28:08 +1000 | [diff] [blame] | 31 | <script src="zuul.app.js"></script> |
Joshua Hesketh | 0f5c66a | 2014-04-30 19:23:36 +1000 | [diff] [blame] | 32 | <script> |
Joshua Hesketh | 4db99cb | 2014-05-23 11:28:08 +1000 | [diff] [blame] | 33 | zuul_build_dom(jQuery, '#zuul_container'); |
| 34 | zuul_start(jQuery); |
Joshua Hesketh | 0f5c66a | 2014-04-30 19:23:36 +1000 | [diff] [blame] | 35 | </script> |
Timo Tijhof | 51516cd | 2013-04-09 01:32:29 +0200 | [diff] [blame] | 36 | </body> |
| 37 | </html> |