mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
UI tweaks 🩹
This commit is contained in:
@@ -589,14 +589,21 @@ echo '<br>';
|
||||
|
||||
<!-- DataTable initialization -->
|
||||
<script>
|
||||
|
||||
// show spinning icon
|
||||
showSpinner()
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
$('#networkTable').DataTable({
|
||||
"searching": true,
|
||||
"order": [[0, "desc"]]
|
||||
});
|
||||
|
||||
// hide spinning icon
|
||||
hideSpinner()
|
||||
|
||||
}, 20);
|
||||
}, 500);
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user