summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/config.js')
-rw-r--r--install/ui/src/freeipa/config.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/config.js b/install/ui/src/freeipa/config.js
index 632bc136d..61922d454 100644
--- a/install/ui/src/freeipa/config.js
+++ b/install/ui/src/freeipa/config.js
@@ -70,8 +70,19 @@ define([], function() {
dataType: 'json',
async: true,
processData: false
- }
+ },
+ /**
+ * Hide read-only widgets without value
+ * @property {boolean}
+ */
+ hide_empty_widgets: false,
+
+ /**
+ * Hide sections without any visible widget
+ * @property {boolean}
+ */
+ hide_empty_sections: true
};
return config;