Skip to content

Commit b1fe243

Browse files
committed
FE: skeleton uplift
1 parent 8c0d1e1 commit b1fe243

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

docs/DEVICE_FILTERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ If a device is missing from the **My Devices** list, work through these checks.
1414

1515
The most common cause is that a filter is hiding the device.
1616

17-
![Image](./img/ADVISORIES/filters.png)
17+
![Active device filters example](./img/ADVISORIES/filters.png)
1818

19-
![Image](./img/DEVICE_MANAGEMENT/DeviceDetails_DisplaySettings.png)
19+
![Display settings](./img/DEVICE_MANAGEMENT/DeviceDetails_DisplaySettings.png)
2020

2121
Review any active:
2222

@@ -32,7 +32,7 @@ Clear filters first, then reload the page and check again.
3232

3333
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.
3434

35-
![Image](./img/DEVICE_MANAGEMENT/device_filter_settings.png)
35+
![Global filter display settings](./img/DEVICE_MANAGEMENT/device_filter_settings.png)
3636

3737
---
3838

front/css/dark-patch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,5 +766,5 @@ table.dataTable tbody tr.selected, table.dataTable tbody tr .selected
766766
--skel-section: #252c38;
767767
--skel-panel-bg: #1e242e;
768768
--skel-border: #2a323e;
769-
--skel-bg: #353c42;
769+
--skel-bg: #292e33;
770770
}

front/systeminfoNetwork.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -367,17 +367,6 @@ function loadInterfaces() {
367367
});
368368

369369
loadInterfaces();
370-
371-
// setTimeout(() => {
372-
// // Available IPs datatable
373-
// $('#networkTable').DataTable({
374-
// searching: true,
375-
// order: [[0, "desc"]],
376-
// initComplete: function(settings, json) {
377-
// hideSpinner(); // Called after the DataTable is fully initialized
378-
// }
379-
// });
380-
// }, 200);
381370
});
382371

383372
</script>

0 commit comments

Comments
 (0)