From b1fe24300adf7e7404eef12808a268fd29f69ea5 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 21 Jun 2026 10:45:56 +1000 Subject: [PATCH 1/2] FE: skeleton uplift --- docs/DEVICE_FILTERS.md | 6 +++--- front/css/dark-patch.css | 2 +- front/systeminfoNetwork.php | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) 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/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); }); From 931be7448e7e07c1116daec097426da2f1294b73 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 21 Jun 2026 10:49:43 +1000 Subject: [PATCH 2/2] FE: skeleton uplift --- .../php/templates/skel_tab_plugins_table.php | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) 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 @@