mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
some more frontend
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user