diff --git a/docs/DEVICE_FILTERS.md b/docs/DEVICE_FILTERS.md index 83d5df86..f6e14b1e 100644 --- a/docs/DEVICE_FILTERS.md +++ b/docs/DEVICE_FILTERS.md @@ -14,9 +14,9 @@ If a device is missing from the **My Devices** list, work through these checks. The most common cause is that a filter is hiding the device. -![Image](./img/ADVISORIES/filters.png) +![Active device filters example](./img/ADVISORIES/filters.png) -![Image](./img/DEVICE_MANAGEMENT/DeviceDetails_DisplaySettings.png) +![Display settings](./img/DEVICE_MANAGEMENT/DeviceDetails_DisplaySettings.png) Review any active: @@ -32,7 +32,7 @@ Clear filters first, then reload the page and check again. You can select devices of what statuses should be displayed in the My Devices view. This can be adjusted in the _Settings_ section - search for the `UI_MY_DEVICES` setting and verify that the statuses you want to show are selected. -![Image](./img/DEVICE_MANAGEMENT/device_filter_settings.png) +![Global filter display settings](./img/DEVICE_MANAGEMENT/device_filter_settings.png) --- diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index 9dcda157..63ef5de0 100755 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -766,5 +766,5 @@ table.dataTable tbody tr.selected, table.dataTable tbody tr .selected --skel-section: #252c38; --skel-panel-bg: #1e242e; --skel-border: #2a323e; - --skel-bg: #353c42; + --skel-bg: #292e33; } \ No newline at end of file diff --git a/front/php/templates/skel_tab_plugins_table.php b/front/php/templates/skel_tab_plugins_table.php index 1bd42c7f..f5b01488 100644 --- a/front/php/templates/skel_tab_plugins_table.php +++ b/front/php/templates/skel_tab_plugins_table.php @@ -6,28 +6,7 @@
diff --git a/front/systeminfoNetwork.php b/front/systeminfoNetwork.php index abb4cfaa..8692d0ac 100755 --- a/front/systeminfoNetwork.php +++ b/front/systeminfoNetwork.php @@ -367,17 +367,6 @@ $(document).ready(function() { }); loadInterfaces(); - - // setTimeout(() => { - // // Available IPs datatable - // $('#networkTable').DataTable({ - // searching: true, - // order: [[0, "desc"]], - // initComplete: function(settings, json) { - // hideSpinner(); // Called after the DataTable is fully initialized - // } - // }); - // }, 200); });