glass-isc-dhcp/public/templates/dhcp_lease_search.html

18 lines
391 B
HTML
Raw Normal View History

2017-09-15 13:28:23 +02:00
<table id="display-leases" class="table table-bordered table-striped table-hover js-basic-example dataTable dashboard-task-infos">
<thead>
<tr>
<th>IP</th>
<th>MAC</th>
<th>Vendor</th>
<th>Hostname</th>
<th>Start</th>
<th>End</th>
<th>Option Data</th>
</tr>
</thead>
<tbody>
[table_data]
</tbody>
</table>