18 lines
391 B
HTML
18 lines
391 B
HTML
|
|
<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>
|