css fixes, removal of ionicons

This commit is contained in:
jokob-sk
2025-07-27 11:16:35 +10:00
parent 404a97fb89
commit be5fc6dccb
25 changed files with 2124 additions and 2241 deletions

View File

@@ -9,6 +9,9 @@ require 'php/templates/header.php';
<!-- ----------------------------------------------------------------------- -->
<script>
showSpinner();
</script>
<div id="notifications" class="content-wrapper">
<section class="content">
@@ -160,7 +163,10 @@ require 'php/templates/header.php';
],
"order": [[0, "desc"]]
});
,
initComplete: function(settings, json) {
hideSpinner(); // Called after the DataTable is fully initialized
}});
fetchData(function(data) {
table.clear().rows.add(data).draw();