blob: 6a1aba922b04ffec9a3e0174215f42e0168e44ff [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="topo-p-instance" class="floatpanel" style="left: 20px; width: 170px; height: 85px;" [@instancePanelState]="!on">
17 <div class="onosInst online ready mastership affinity">
18 <svg width="170" height="85" viewBox="0 0 170 85">
19 <rect x="5" y="5" width="160" height="30" style="fill: rgb(91, 153, 210);"></rect>
20 <rect x="5" y="35" width="160" height="45"></rect>
21 <use width="20" height="20" class="glyph badgeIcon bird" xlink:href="#bird" transform="translate(15,10)"></use>
22 <use width="16" height="16" class="glyph overlay badgeIcon readyBadge" xlink:href="#checkMark" transform="translate(18,40)"></use>
23 <text class="instTitle" x="48" y="27">127.0.0.1</text>
24 <text class="instLabel ip" x="48" y="55">127.0.0.1</text>
25 <text class="instLabel ns" x="48" y="73">Devices: 0</text>
26 <use width="24" height="24" class="glyph overlay badgeIcon uiBadge" xlink:href="#uiAttached" transform="translate(14,54)"></use>
27 </svg>
28 </div>
29</div>