Monty Taylor | 4a781a7 | 2017-07-25 07:28:04 -0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <!-- |
| 3 | Copyright 2017 Red Hat |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 6 | not use this file except in compliance with the License. You may obtain |
| 7 | a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | License for the specific language governing permissions and limitations |
| 15 | under the License. |
| 16 | --> |
| 17 | <html> |
| 18 | <head> |
| 19 | <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
| 20 | <title id='pagetitle'><%= htmlWebpackPlugin.options.title %></title> |
| 21 | </head> |
| 22 | <body ng-app="zuulStatus" ng-controller="mainController"> |
| 23 | <nav class="navbar navbar-default"> |
| 24 | <div class="container-fluid"> |
| 25 | <div class="navbar-header"> |
| 26 | <a class="navbar-brand" href="../" target="_self">Zuul Dashboard</a> |
| 27 | </div> |
| 28 | <ul class="nav navbar-nav"> |
| 29 | <li class="active"><a href="status.html" target="_self">Status</a></li> |
| 30 | <li><a href="jobs.html" target="_self">Jobs</a></li> |
| 31 | <li><a href="builds.html" target="_self">Builds</a></li> |
| 32 | </ul> |
| 33 | </div> |
| 34 | </nav> |
| 35 | <div class="container"> |
| 36 | <div class="zuul-container" id="zuul-container"> |
| 37 | <div style="display: none;" class="alert" id="zuul_msg"></div> |
| 38 | <button class="btn pull-right zuul-spinner"> |
| 39 | updating <span class="glyphicon glyphicon-refresh"></span> |
| 40 | </button> |
| 41 | <p>Queue lengths: |
| 42 | <span id="zuul_queue_events_num">0</span> events, |
| 43 | <span id="zuul_queue_management_events_num">0</span> management events, |
| 44 | <span id="zuul_queue_results_num">0</span> results. |
| 45 | </p> |
| 46 | <div id="zuul_controls"></div> |
| 47 | <div id="zuul_pipelines" class="row"></div> |
| 48 | <p>Zuul version: <span id="zuul-version-span"></span></p> |
| 49 | <p>Last reconfigured: <span id="last-reconfigured-span"></span></p> |
| 50 | </div> |
| 51 | </div> |
| 52 | </body></html> |