mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Made status sortable
This commit is contained in:
@@ -252,7 +252,7 @@ else {
|
|||||||
<table id="devices" class="table table-condensed table-hover">
|
<table id="devices" class="table table-condensed table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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="icon" data-sortable="false" data-searchable="false">Vendor</th>
|
||||||
<th data-column-id="hostname" data-order="asc">Device</th>
|
<th data-column-id="hostname" data-order="asc">Device</th>
|
||||||
<th data-column-id="ports" data-sortable="false" data-searchable="false"></th>
|
<th data-column-id="ports" data-sortable="false" data-searchable="false"></th>
|
||||||
|
Reference in New Issue
Block a user