some more frontend

This commit is contained in:
github-actions
2024-08-05 19:47:21 +02:00
parent ac647d9c9c
commit 09572ff923
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class Radio extends CI_Controller {
echo "</tbody>";
} else {
echo "<thead><tr>";
echo "<td colspan=\"4\">" . __("No CAT Interfaced radios found") . ".</td>";
echo "<td colspan=\"4\"><div class=\"alert alert-info text-center\">" . __("No CAT interfaced radios found.") . "</div></td>";
echo "</tr></thead>";
}
}

View File

@@ -24,7 +24,7 @@
<div class="table-responsive">
<!-- Display Radio Statuses -->
<table class="table table-sm table-condensated table-striped status"></table>
<h3 id="radioResultsLoading" class="text-center"><?= __("Please wait..."); ?></h3>
<h3 id="radioResultsLoading" class="text-center"><div class="me-3 ld ld-ring ld-spin"></div><?= __("Please wait..."); ?></h3>
</div>
</div>
</div>