From 20103a29a5289c05369a2d2ef656985b9f69bbc5 Mon Sep 17 00:00:00 2001 From: Kjetil Mehl Date: Sun, 22 Mar 2015 14:32:01 +0100 Subject: [PATCH] Adds configurable network form display --- client/index.html | 68 ++++++++++++++++++++++++---------------------- defaults/config.js | 11 ++++++++ 2 files changed, 46 insertions(+), 33 deletions(-) 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 //