FE: skeleton uplift

This commit is contained in:
jokob-sk
2026-06-21 10:45:56 +10:00
parent 8c0d1e153a
commit b1fe24300a
3 changed files with 4 additions and 15 deletions

View File

@@ -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)
---

View File

@@ -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;
}

View File

@@ -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);
});
</script>