mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Add timestamp to mibdefs
This commit is contained in:
@@ -25,6 +25,7 @@ $columns = array(
|
||||
'description',
|
||||
'max_access',
|
||||
'status',
|
||||
'last_used',
|
||||
);
|
||||
|
||||
function search_phrase_column($c)
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<th data-column-id="description">Description</th>
|
||||
<th data-column-id="max_access">Maximum Access</th>
|
||||
<th data-column-id="status">Status</th>
|
||||
<th data-column-id="last_used">Last Used</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user