blob: 3aa85054c56bda68213e1b587a8d26b609da546f [file] [log] [blame]
Matteo Scandolo500e4c42017-08-08 13:05:24 -07001
2<!--
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17
18
Matteo Scandoloa1f748d2017-02-03 13:35:15 -080019 <!--<h1>Dashboard</h1>-->
Matteo Scandolo968e7f22017-03-03 11:49:18 -080020 <div class="row">
21 <div class="col-xs-12">
Matteo Scandolo8cf33a32017-11-14 15:52:29 -080022 <xos-service-graph></xos-service-graph>
Matteo Scandolo968e7f22017-03-03 11:49:18 -080023 </div>
24 </div>
Matteo Scandoloa1f748d2017-02-03 13:35:15 -080025<div class="row">
26 <div class="col-xs-12" id="dashboard-component-container"></div>
27</div>
28<div class="row">
Matteo Scandolo0c61c9b2017-03-03 11:49:18 -080029 <div class="col-xs-12">
30 <h2>System summary:</h2>
31 </div>
Matteo Scandoloa1f748d2017-02-03 13:35:15 -080032 <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 Scandolod62ea792016-12-22 14:02:28 -080046 </div>
47 </div>
48 </div>
Matteo Scandoloa1f748d2017-02-03 13:35:15 -080049
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>