mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	modified text in case of unconfigured client
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user