blob: af8f6a0302ca2d0ea333f30531fb9f74756feb6f [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-detail" class="floatpanel topo2-p"
Sean Condon55c30532018-10-29 12:26:57 +000017 style="opacity: 1; right: 20px; width: 260px; top: 350px;" [@detailsPanelState]="on">
Sean Condonf4f54a12018-10-10 23:25:46 +010018 <div class="header">
19 <div class="icon clickable">
20 <svg>
21 <use width="26" height="26" class="glyph" xlink:href="#m_switch"></use>
22 </svg>
23 </div>
24 <h2 class="clickable">rest:10.1.2.2:443</h2>
25 </div>
26 <div class="body">
27 <table>
28 <tbody>
29 <tr>
30 <td class="label">URI :</td>
31 <td class="value">null:0000000000000002</td>
32 </tr>
33 <tr>
34 <td class="label">Vendor :</td>
35 <td class="value">ONF</td>
36 </tr>
37 <tr>
38 <td class="label">H/W Version :</td>
39 <td class="value">0.1</td>
40 </tr>
41 <tr>
42 <td class="label">S/W Version :</td>
43 <td class="value">0.1</td>
44 </tr>
45 <tr>
46 <td class="label">Serial # :</td>
47 <td class="value">1234</td>
48 </tr>
49 <tr>
50 <td class="label">Protocol :</td>
51 <td class="value"></td>
52 </tr>
53 <tr>
54 <td colspan="2">
55 <hr>
56 </td>
57 </tr>
58 <tr>
59 <td class="label">Ports :</td>
60 <td class="value">4</td>
61 </tr>
62 <tr>
63 <td class="label">Flows :</td>
64 <td class="value">4</td>
65 </tr>
66 <tr>
67 <td class="label">Tunnels :</td>
68 <td class="value">0</td>
69 </tr>
70 </tbody>
71 </table>
72 </div>
73 <div class="footer">
74 <hr>
75 <div class="actionBtns">
76 <div class="actionBtn">
77 <div class="button" id="topo2-p-detail-core-showDeviceView">
78 <svg class="embeddedIcon" width="25" height="25" viewBox="0 0 50 50">
79 <g class="icon">
80 <rect width="50" height="50" rx="5"></rect>
81 <use width="50" height="50" class="glyph" xlink:href="#switch"></use>
82 </g>
83 </svg>
84 </div>
85 </div>
86 <div class="actionBtn">
87 <div class="button" id="topo2-p-detail-core-showFlowView">
88 <svg class="embeddedIcon" width="25" height="25" viewBox="0 0 50 50">
89 <g class="icon">
90 <rect width="50" height="50" rx="5"></rect>
91 <use width="50" height="50" class="glyph" xlink:href="#flowTable"></use>
92 </g>
93 </svg>
94 </div>
95 </div>
96 <div class="actionBtn">
97 <div class="button" id="topo2-p-detail-core-showPortView">
98 <svg class="embeddedIcon" width="25" height="25" viewBox="0 0 50 50">
99 <g class="icon">
100 <rect width="50" height="50" rx="5"></rect>
101 <use width="50" height="50" class="glyph" xlink:href="#portTable"></use>
102 </g>
103 </svg>
104 </div>
105 </div>
106 <div class="actionBtn">
107 <div class="button" id="topo2-p-detail-core-showGroupView">
108 <svg class="embeddedIcon" width="25" height="25" viewBox="0 0 50 50">
109 <g class="icon">
110 <rect width="50" height="50" rx="5"></rect>
111 <use width="50" height="50" class="glyph" xlink:href="#groupTable"></use>
112 </g>
113 </svg>
114 </div>
115 </div>
116 <div class="actionBtn">
117 <div class="button" id="topo2-p-detail-core-showMeterView">
118 <svg class="embeddedIcon" width="25" height="25" viewBox="0 0 50 50">
119 <g class="icon">
120 <rect width="50" height="50" rx="5"></rect>
121 <use width="50" height="50" class="glyph" xlink:href="#meterTable"></use>
122 </g>
123 </svg>
124 </div>
125 </div>
126 </div>
127 </div>
128</div>