Matteo Scandolo | 500e4c4 | 2017-08-08 13:05:24 -0700 | [diff] [blame] | 1 | |
| 2 | <!-- |
| 3 | Copyright 2017-present Open Networking Foundation |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain 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, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | |
Matteo Scandolo | a1f748d | 2017-02-03 13:35:15 -0800 | [diff] [blame] | 19 | <!--<h1>Dashboard</h1>--> |
Matteo Scandolo | 968e7f2 | 2017-03-03 11:49:18 -0800 | [diff] [blame] | 20 | <div class="row"> |
| 21 | <div class="col-xs-12"> |
Matteo Scandolo | 8cf33a3 | 2017-11-14 15:52:29 -0800 | [diff] [blame] | 22 | <xos-service-graph></xos-service-graph> |
Matteo Scandolo | 968e7f2 | 2017-03-03 11:49:18 -0800 | [diff] [blame] | 23 | </div> |
| 24 | </div> |
Matteo Scandolo | a1f748d | 2017-02-03 13:35:15 -0800 | [diff] [blame] | 25 | <div class="row"> |
| 26 | <div class="col-xs-12" id="dashboard-component-container"></div> |
| 27 | </div> |
| 28 | <div class="row"> |
Matteo Scandolo | 0c61c9b | 2017-03-03 11:49:18 -0800 | [diff] [blame] | 29 | <div class="col-xs-12"> |
| 30 | <h2>System summary:</h2> |
| 31 | </div> |
Matteo Scandolo | a1f748d | 2017-02-03 13:35:15 -0800 | [diff] [blame] | 32 | <div class="col-xs-4"> |
| 33 | <div class="panel panel-filled"> |
| 34 | <div class="panel-body text-center"> |
| 35 | <h2 class="m-b-none"> |
| 36 | {{vm.nodes}} |
| 37 | <!--<span class="slight"><i class="fa fa-play fa-rotate-270 text-warning"> </i> +20%</span>--> |
| 38 | </h2> |
| 39 | <h4> |
| 40 | <a ui-sref="xos.core.nodes"> |
| 41 | Nodes |
| 42 | </a> |
| 43 | </h4> |
| 44 | <!--<div class="small">% New Sessions</div>--> |
| 45 | <!--<div class="slight m-t-sm"><i class="fa fa-clock-o"> </i> Updated: <span class="c-white">10:22pm</span></div>--> |
Matteo Scandolo | d62ea79 | 2016-12-22 14:02:28 -0800 | [diff] [blame] | 46 | </div> |
| 47 | </div> |
| 48 | </div> |
Matteo Scandolo | a1f748d | 2017-02-03 13:35:15 -0800 | [diff] [blame] | 49 | |
| 50 | <div class="col-xs-4"> |
| 51 | <div class="panel panel-filled"> |
| 52 | <div class="panel-body text-center"> |
| 53 | <h2 class="m-b-none"> |
| 54 | {{vm.slices}} |
| 55 | </h2> |
| 56 | <h4> |
| 57 | <a ui-sref="xos.core.slices"> |
| 58 | Slices |
| 59 | </a> |
| 60 | </h4> |
| 61 | </div> |
| 62 | </div> |
| 63 | </div> |
| 64 | |
| 65 | <div class="col-xs-4"> |
| 66 | <div class="panel panel-filled"> |
| 67 | <div class="panel-body text-center"> |
| 68 | <h2 class="m-b-none"> |
| 69 | {{vm.instances}} |
| 70 | </h2> |
| 71 | <h4> |
| 72 | <a ui-sref="xos.core.instances"> |
| 73 | Instances |
| 74 | </a> |
| 75 | </h4> |
| 76 | </div> |
| 77 | </div> |
| 78 | </div> |
| 79 | </div> |