topo2.html
1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!-- Topology View partial HTML -->
<div id="ov-topo2">
<!-- <div id="topo2tmp">
<div class="parentRegion">
Parent Region: <span> - </span>
</div>
<div class="thisRegion">
This Region: <span> - </span>
</div>
<div class="subRegions">
<h4>Subregions</h4>
<div></div>
</div>
<div class="devices">
<h4>Devices</h4>
<div></div>
</div>
<div class="hosts">
<h4>Hosts</h4>
<div></div>
</div>
<div class="links">
<h4>Links</h4>
<div></div>
</div>
<div class="peers">
<h4>Peers</h4>
<div></div>
</div>
</div> -->
<!-- Below here is good; Above here is temporary, for debugging -->
<svg viewBox="0 0 1000 1000"
resize offset-height="56" offset-width="12"
notifier="notifyResize()">
</svg>
</div>
<div id="breadcrumbs"></div>