blob: bc1f36437e40aeab513eac8e483cee065fc1ae1d [file] [log] [blame]
Pankaj Berdec4ae4b82013-01-12 09:56:47 -08001<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="">&larr;</a></li>
17 <li class="active"><a href="">1</a></li>
18 <li><a href="">2</a></li>
19 <li><a href="">&rarr;</a>
20</ul></div>
21-->
22</div>
23</div>