Merge branch 'next_release' of https://github.com/netalertx/NetAlertX into next_release

This commit is contained in:
Jokob @NetAlertX
2026-06-21 00:57:26 +00:00
4 changed files with 5 additions and 37 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

@@ -6,28 +6,7 @@
<?php endfor; ?>
</div>
<?php
$rowWidths = [
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
[15, 14, 18, 12, 20],
];
$rowWidths = array_fill(0, 20, [15, 14, 18, 12, 20]);
foreach ($rowWidths as $widths):
?>
<div class="skel-tr">

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>