summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 00d0d88..d34d57c 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -241,10 +241,8 @@ events.push(function() {
</div>
</div>
-<?php if (empty($entries)): ?>
- <div class="alert alert-warning" role="alert"><?=gettext("No entries exist in this table")?></div>
-<?php endif ?>
-
<?php
-
+if (empty($entries)) {
+ print_info_box(gettext("No entries exist in this table"), 'warning', false);
+}
include("foot.inc");
OpenPOWER on IntegriCloud