Pankaj Berde | c4ae4b8 | 2013-01-12 09:56:47 -0800 | [diff] [blame] | 1 | <div class="row"> |
2 | <div class="span12"> | ||||
3 | <div class="page-header"> | ||||
4 | <h1>Switch <%= id %> <%= inetAddress %></h1> | ||||
5 | </div> | ||||
6 | <p>Connected since <%= connectedSince %><br> | ||||
7 | <%= manufacturerDescription %><br> | ||||
8 | <%= hardwareDescription %><br> | ||||
9 | <%= softwareDescription %><br> | ||||
10 | S/N: <%= serialNumber %><br> | ||||
11 | </p> | ||||
12 | |||||
13 | <div id="port-list"></div> <!-- TODO would be nice to make this collapsible --> | ||||
14 | |||||
15 | <div id="flow-list"></div> | ||||
16 | |||||
17 | </div> | ||||
18 | </div> |