mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-06-20 22:30:11 -04:00
FE: skeleton uplift
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user