From 4de89206424659931f501518f4d0261e6f78d7dd Mon Sep 17 00:00:00 2001 From: Ben S Date: Wed, 6 Jun 2018 20:56:54 +0200 Subject: [PATCH] gui: Hide allowed networks if unused (#4989) --- gui/default/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/default/index.html b/gui/default/index.html index a9b41b5c6..763406847 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -653,7 +653,7 @@  Connection Type {{connections[deviceCfg.deviceID].type}} - +  Allowed Networks {{deviceCfg.allowedNetworks.join(", ")}}