blob: e71b58dfe2decce7b41df95d7129cd6a2c61f245 [file] [log] [blame]
Sean Condonf4f54a12018-10-10 23:25:46 +01001<!--
2~ Copyright 2018-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
16<div id="topo2-p-summary" class="floatpanel topo2-p"
17 style="opacity: 1; right: 20px; width: 260px;" [@summaryPanelState]="!on">
18 <div class="header">
19 <div class="icon">
20 <svg>
21 <use width="24" height="24" class="glyph" xlink:href="#bird"
22 transform="translate(1,1)"></use>
23 </svg>
24 </div>
25 <h2>ONOS Summary</h2>
26 </div>
27 <div class="body">
28 <table>
29 <tbody>
30 <tr>
31 <td class="label">Version :</td>
32 <td class="value">1.15.0.a18e6e1</td>
33 </tr>
34 <tr>
35 <td colspan="2">
36 <hr>
37 </td>
38 </tr>
39 <tr>
40 <td class="label">Devices :</td>
41 <td class="value">2</td>
42 </tr>
43 <tr>
44 <td class="label">Links :</td>
45 <td class="value">0</td>
46 </tr>
47 <tr>
48 <td class="label">Hosts :</td>
49 <td class="value">0</td>
50 </tr>
51 <tr>
52 <td class="label">Topology SCCs :</td>
53 <td class="value">2</td>
54 </tr>
55 <tr>
56 <td colspan="2">
57 <hr>
58 </td>
59 </tr>
60 <tr>
61 <td class="label">Intents :</td>
62 <td class="value">0</td>
63 </tr>
64 <tr>
65 <td class="label">Tunnels :</td>
66 <td class="value">0</td>
67 </tr>
68 <tr>
69 <td class="label">Flows :</td>
70 <td class="value">8</td>
71 </tr>
72 </tbody>
73 </table>
74 </div>
75 <div class="footer"></div>
76</div>