Pankaj Berde | c4ae4b8 | 2013-01-12 09:56:47 -0800 | [diff] [blame] | 1 | <div class="page-header"> |
| 2 | <h1>Ports (<%= nports %>)</h1> |
| 3 | </div> |
| 4 | <table class="table table-striped port-table"> |
| 5 | <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> |
| 6 | <tbody> |
| 7 | <!-- ports will be inserted here by PortListView:render --> |
| 8 | </tbody> |
| 9 | </table> |
| 10 | <!-- TODO implement pagination --> |
| 11 | <!-- |
| 12 | <div class="pagination pagination-right"><ul> |
| 13 | <li><a href="">←</a></li> |
| 14 | <li class="active"><a href="">1</a></li> |
| 15 | <li><a href="">2</a></li> |
| 16 | <li><a href="">→</a> |
| 17 | </ul></div> |
| 18 | --> |
| 19 | |