mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Added search and sorting support
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id='ifIndex'>Index</th>
|
||||
<th data-column-id='label'>Name</th>
|
||||
<th data-column-id='ifName'>Name</th>
|
||||
<th data-column-id='ifAdminStatus'>Admin</th>
|
||||
<th data-column-id='ifOperStatus'>Oper</th>
|
||||
<th data-column-id='disabled'>Disable</th>
|
||||
<th data-column-id='ignore'>Ignore</th>
|
||||
<th data-column-id='disabled' data-sortable='false'>Disable</th>
|
||||
<th data-column-id='ignore' data-sortable='false'>Ignore</th>
|
||||
<th data-column-id='ifAlias'>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user