mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
modified text in case of unconfigured client
This commit is contained in:
parent
5b9d4ca814
commit
f583a3eeae
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ function DisplayDashboard(&$extraFooterScripts)
|
|||
$type_name = "Mobile Data";
|
||||
break;
|
||||
default:
|
||||
$client_title = "No information for client available";
|
||||
$client_title = "No information available";
|
||||
$type_name = "Not configured";
|
||||
$ifaceStatus = "warn";
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<div class="info-item"><?php echo _("Device"); ?></div><div><?php $valEcho($clientinfo,"vendor")." ".$valEcho($clientinfo,"model"); ?></div>
|
||||
<div class="info-item"><?php echo _("IP Address"); ?></div><div><?php echo $valEcho($clientinfo,"ipaddress"); ?></div>
|
||||
<?php else : // NO CLIENT ?>
|
||||
<div class="info-item"><?php echo _("No Client foudn or client is not unconfigured yet"); ?></div>
|
||||
<div class="info-item"><?php echo _("No Client found or client is not yet configured"); ?></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col-md mt-2 d-flex justify-content-center">
|
||||
|
|
Loading…
Reference in a new issue