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

29 lines
861 B
HTML
Raw Normal View History

2017-08-09 22:18:28 +02:00
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<div class="card">
<div class="header">
<h2>Subnets</h2>
</div>
<div class="body">
<div class="table-responsive">
<table id="display-subnets" class="table table-bordered table-striped table-hover js-basic-example dataTable dashboard-task-infos">
<thead>
<tr>
<th>Subnet Location</th>
<th>IP Range</th>
<th>Used</th>
<th>Size</th>
<th>Free</th>
<th>Utilization</th>
</tr>
</thead>
<tbody>
2017-08-09 22:18:28 +02:00
</tbody>
</table>
</div>
</div>
</div>
</div>