| <div class="row"> |
| <div class="span12"> |
| <div class="page-header"> |
| <h1>Switches (<%= nswitches %>)</h1> |
| </div> |
| <table class="table table-striped switch-table"> |
| <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> |
| <tbody> |
| <!-- switches will be inserted here by SwitchListView:render --> |
| </tbody> |
| </table> |
| <!-- TODO implement pagination --> |
| <!-- |
| <div class="pagination pagination-right"><ul> |
| <li><a href="">←</a></li> |
| <li class="active"><a href="">1</a></li> |
| <li><a href="">2</a></li> |
| <li><a href="">→</a> |
| </ul></div> |
| --> |
| </div> |
| </div> |