mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
css fixes, removal of ionicons
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
?>
|
||||
|
||||
<script>
|
||||
showSpinner();
|
||||
</script>
|
||||
|
||||
<!-- Page ------------------------------------------------------------------ -->
|
||||
<div class="content-wrapper">
|
||||
|
||||
@@ -119,6 +123,9 @@
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error:', error);
|
||||
})
|
||||
.finally(() => {
|
||||
hideSpinner(); // always called, even if error occurred
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user