diff --git a/client/index.html b/client/index.html index f1bd2f20..110a8b9b 100644 --- a/client/index.html +++ b/client/index.html @@ -88,41 +88,43 @@

Connect

-
-

Network settings

-
-
- -
-
- -
-
- -
-
- -
-
-
- +
> +
+

Network settings

+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+
-
-
- -
-
- -
-
-
- -
-

User preferences

diff --git a/defaults/config.js b/defaults/config.js index 4906003f..35e4a70a 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -64,6 +64,17 @@ module.exports = { // prefetch: true, + // + // Display network + // + // If set to false Shout will not expose network settings in login + // form, limiting client to connect to the configured network. + // + // @type boolean + // @default true + // + displayNetwork: true, + // // Log settings //