diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 4c28599c..8bb38721 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -1743,6 +1743,9 @@ angular.module('syncthing.core') if (typeof value === 'boolean') { return 'checkbox'; } + if (value instanceof Array) { + return 'list'; + } if (typeof value === 'object') { return 'skip'; } diff --git a/gui/default/syncthing/settings/advancedSettingsModalView.html b/gui/default/syncthing/settings/advancedSettingsModalView.html index b003f6f9..58f68917 100644 --- a/gui/default/syncthing/settings/advancedSettingsModalView.html +++ b/gui/default/syncthing/settings/advancedSettingsModalView.html @@ -18,7 +18,8 @@
- + +
@@ -36,7 +37,8 @@
- + +
@@ -59,7 +61,29 @@
- + + +
+
+ + + + + +
+ +
+
+
+
+ +
+ +
@@ -76,7 +100,7 @@  Close
- +