| <!doctype html> |
| <!-- |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <html lang='en'> |
| <head> |
| <meta charset='utf-8'> |
| <meta name='google' value='notranslate'> |
| <link rel='icon' href='/assets/images/aurora.png' type='image/png'/> |
| <title>Aurora</title> |
| |
| <!-- Bootstrap --> |
| <link href='/assets/bower_components/bootstrap/dist/css/bootstrap.min.css' rel='stylesheet'> |
| |
| <!-- Load our css at the end so we can override bootstrap css properties as needed --> |
| <link rel='stylesheet' href='/assets/css/app.css'/> |
| |
| </head> |
| <body> |
| |
| <nav class="navbar navbar-static-top header" role="navigation"> |
| <div class="container-fluid"> |
| <div class="navbar-header"> |
| <img class="logo" src="/assets/images/aurora_logo.png"/> |
| </div> |
| </div> |
| </nav> |
| |
| <div class='container-fluid'> |
| <div class='container-fluid'> |
| |
| <div class='row'> |
| <div class='col-md-12'> |
| <ul class='breadcrumb'> |
| <li><a href='#'></a>Administration</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class='container-fluid'> |
| |
| <h4>Enduser Interface</h4> |
| <ul class="list-unstyled group-summary"> |
| <li><a href='/mname'>/mname</a></li> |
| <li><a href='/scheduler'>/scheduler</a></li> |
| <li><a href='/updates'>/updates</a></li> |
| </ul> |
| |
| <h4>Cluster Overview</h4> |
| <ul class="list-unstyled group-summary" > |
| <li><a href='/agents'>/agents</a></li> |
| <li><a href='/cron'>/cron</a></li> |
| <li><a href='/maintenance'>/maintenance</a></li> |
| <li><a href='/offers'>/offers</a></li> |
| <li><a href='/pendingtasks'>/pendingtasks</a></li> |
| <li><a href='/quotas'>/quotas</a></li> |
| <li><a href='/state'>/state</a></li> |
| <li><a href='/tiers'>/tiers</a></li> |
| <li><a href='/utilization'>/utilization</a></li> |
| </ul> |
| |
| <h4> Scheduler API</h4> |
| <ul class="list-unstyled group-summary"> |
| <li><a href='/apiclient/api.html'>/apiclient/api.html</a></li> |
| </ul> |
| |
| |
| <h4> Scheduler Internals</h4> |
| <ul class="list-unstyled group-summary"> |
| <li><a href='/contention'>/contention</a></li> |
| <li><a href='/leaderhealth'>/leaderhealth</a></li> |
| <li><a href='/logconfig'>/logconfig</a></li> |
| <li><a href='/services'>/services</a></li> |
| <li><a href='/structdump'>/structdump</a></li> |
| <li><a href='/threads'>/threads</a></li> |
| </ul> |
| |
| <h4>Statistics</h4> |
| <ul class="list-unstyled group-summary"> |
| <li><a href='/graphview'>/graphview</a></li> |
| <li><a href='/vars'>/vars</a></li> |
| </div> |
| |
| </div> |
| </div> |
| |
| </body> |
| </html> |