mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add unconfigured client state to dashboard.php
Add tun device as client_udev_prototypes.json
This commit is contained in:
@@ -173,7 +173,8 @@ function DisplayDashboard(&$extraFooterScripts)
|
||||
break;
|
||||
default:
|
||||
$client_title = "No information for client available";
|
||||
$type_name = "No Client";
|
||||
$type_name = "Not configured";
|
||||
$ifaceStatus = "warn";
|
||||
}
|
||||
|
||||
echo renderTemplate(
|
||||
|
Reference in New Issue
Block a user