summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automemberhostgroup_default_group_show.json
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-02-02 17:55:36 +0100
committerEndi S. Dewata <edewata@redhat.com>2012-02-07 00:48:07 -0600
commitfccea2dca4d384ab2992103916cfe8801be53edd (patch)
tree22ba0f8f4bde3d55ee9ad23d251a0991fec787eb /install/ui/test/data/automemberhostgroup_default_group_show.json
parente6cdcad8df8712a5f452a74a3f3186146ef1e04b (diff)
downloadfreeipa-fccea2dca4d384ab2992103916cfe8801be53edd.tar.gz
freeipa-fccea2dca4d384ab2992103916cfe8801be53edd.tar.xz
freeipa-fccea2dca4d384ab2992103916cfe8801be53edd.zip
Automember UI - default groups
In this patch was implemented and added a control for defining default automember groups. There is a difference from UXD spec. In the spec the control was placed below table in the search facet. This was not working well with the combobox in the control. Open combobox requires some space below it. As it was placed at the bottom of the page it created unwanted blank space and forced showing scrollbars. Moving the control above the table solves the problem without rewriting combobox logic. It can be rewritten and moved down later. https://fedorahosted.org/freeipa/ticket/2195
Diffstat (limited to 'install/ui/test/data/automemberhostgroup_default_group_show.json')
-rw-r--r--install/ui/test/data/automemberhostgroup_default_group_show.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/install/ui/test/data/automemberhostgroup_default_group_show.json b/install/ui/test/data/automemberhostgroup_default_group_show.json
new file mode 100644
index 000000000..2203f249f
--- /dev/null
+++ b/install/ui/test/data/automemberhostgroup_default_group_show.json
@@ -0,0 +1,15 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "result": {
+ "automemberdefaultgroup": "No default group set",
+ "cn": [
+ "Hostgroup"
+ ],
+ "dn": "cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com"
+ },
+ "summary": null,
+ "value": "hostgroup"
+ }
+} \ No newline at end of file