blob: e7dac09c1d84bc23d50724de1dd46e547fc9fb66 [file] [log] [blame]
Pankaj Berdec4ae4b82013-01-12 09:56:47 -08001<div class="row">
2<div class="span12">
3<div class="page-header">
4 <h1>Switches (<%= nswitches %>)</h1>
5</div>
6<table class="table table-striped switch-table">
7 <thead><tr><th>DPID</th><th>IP Address</th><th>Vendor</th><th>Packets</th><th>Bytes</th><th>Flows</th><th>Connected Since</th></tr></thead>
8 <tbody>
9 <!-- switches will be inserted here by SwitchListView:render -->
10 </tbody>
11</table>
12<!-- TODO implement pagination -->
13<!--
14<div class="pagination pagination-right"><ul>
15 <li><a href="">&larr;</a></li>
16 <li class="active"><a href="">1</a></li>
17 <li><a href="">2</a></li>
18 <li><a href="">&rarr;</a>
19</ul></div>
20-->
21</div>
22</div>