| <div class="page-header"> |
| <h1>Ports (<%= nports %>)</h1> |
| </div> |
| <table class="table table-striped port-table"> |
| <thead><tr><th>#</th><th>Link Status</th><th>TX Bytes</th><th>RX Bytes</th><th>TX Pkts</th><th>RX Pkts</th><th>Dropped</th><th>Errors</th></tr></thead> |
| <tbody> |
| <!-- ports will be inserted here by PortListView: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> |
| --> |
| |