diff options
3 files changed, 4 insertions, 5 deletions
diff --git a/build/glustermg.spec b/build/glustermg.spec index 7e7eb533..a04b28b0 100644 --- a/build/glustermg.spec +++ b/build/glustermg.spec @@ -27,7 +27,6 @@ Requires(preun): /sbin/chkconfig Requires: python >= 2.4.3 Requires: perl >= 5.8.8 Requires: rrdtool-perl >= 1.2.27 -Requires: appliance-base >= 1.3 Requires: sudo Requires: crontabs Requires: samba3 diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index 543b3571..fa949443 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -1226,7 +1226,7 @@ description="Set of Actions in "Edit" menu" id="com.gluster.storage.management.console.actionsets.help" label="Help Action Set" - visible="true"> + visible="false"> <action allowLabelUpdate="false" class="com.gluster.storage.management.console.actions.SupportAction" @@ -1236,7 +1236,7 @@ menubarPath="help/helpEnd" pulldown="false" retarget="false" - state="false" + state="true" style="push" tooltip="Support Information"> </action> diff --git a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/RESTConstants.java b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/RESTConstants.java index ea0e723f..cc32d109 100644 --- a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/RESTConstants.java +++ b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/RESTConstants.java @@ -68,8 +68,8 @@ public class RESTConstants { public static final String FORM_PARAM_FSTYPE = "fsType"; public static final String FORM_PARAM_CIFS_ENABLE = "enableCifs"; public static final String FORM_PARAM_CIFS_USERS = "cifsUsers"; - public static final String FORM_PARAM_CIFS_CONFIG = "cifsConfig"; - public static final String FORM_PARAM_LOG_ROTATE = "logRotate"; + public static final String FORM_PARAM_CIFS_CONFIG = "cifs-config"; + public static final String FORM_PARAM_LOG_ROTATE = "log-rotate"; public static final String FORM_PARAM_CLUSTER_NAME = "clusterName"; public static final String FORM_PARAM_SERVER_NAME = "serverName"; |