Minor: formatting + status text

This commit is contained in:
billz 2021-04-15 09:04:20 +01:00
parent 38c37296af
commit e1c2770a76
1 changed files with 24 additions and 22 deletions

View File

@ -106,7 +106,9 @@
<div class="info-item col-xs-3"><?php echo _("IP Address"); ?></div><div class="info-value col-xs-3"><?php echo $valEcho($clientinfo,"ipaddress"); ?></div>
</div>
<?php else : // NO CLIENT ?>
<div class=""><?php echo _("No Client device or not yet configured"); ?></div>
<div class="row mb-1">
<div class="info-item col-xs-3"><?php echo _("No Client device or not yet configured"); ?></div>
</div>
<?php endif; ?>
</div>
<?php if ($isClientConfigured) : ?>
@ -202,7 +204,7 @@
<div class="modal-header">
<div class="modal-title" id="ModalLabel">
<i class="fas fa-sync-alt mr-2"></i>
<?php if($ifaceStatus=="down") echo _("Waiting for the interface to start ... might take a moment"); else echo _("Stop the Interface"); ?>
<?php if($ifaceStatus=="down") echo _("Waiting for the interface to start ..."); else echo _("Stop the Interface"); ?>
</div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span>
</div>