Made status sortable

This commit is contained in:
laf
2015-11-05 19:42:06 +00:00
parent 343dd5103e
commit 7187117511

View File

@@ -252,7 +252,7 @@ else {
<table id="devices" class="table table-condensed table-hover">
<thead>
<tr>
<th data-column-id="status" data-sortable="false" data-searchable="false" data-formatter="status">Status</th>
<th data-column-id="status" data-searchable="false" data-formatter="status">Status</th>
<th data-column-id="icon" data-sortable="false" data-searchable="false">Vendor</th>
<th data-column-id="hostname" data-order="asc">Device</th>
<th data-column-id="ports" data-sortable="false" data-searchable="false"></th>