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>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="">←</a></li> |
| 16 | <li class="active"><a href="">1</a></li> |
| 17 | <li><a href="">2</a></li> |
| 18 | <li><a href="">→</a> |
| 19 | </ul></div> |
| 20 | --> |
| 21 | </div> |
| 22 | </div> |