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>Hosts (<%= nhosts %>)</h1> |
| 5 | </div> |
| 6 | <table class="table table-striped host-table"> |
| 7 | <thead><tr><th>MAC Address</th><!-- <th>VLAN</th> --><th>IP Address</th><th>Switch Port</th><th>Last Seen</th> |
| 8 | </tr></thead> |
| 9 | <tbody> |
| 10 | <!-- hosts will be inserted here by HostListView.render --> |
| 11 | </tbody> |
| 12 | </table> |
| 13 | <!-- TODO implement pagination --> |
| 14 | <!-- |
| 15 | <div class="pagination pagination-right"><ul> |
| 16 | <li><a href="">←</a></li> |
| 17 | <li class="active"><a href="">1</a></li> |
| 18 | <li><a href="">2</a></li> |
| 19 | <li><a href="">→</a> |
| 20 | </ul></div> |
| 21 | --> |
| 22 | </div> |
| 23 | </div> |