anmolbabu has uploaded a new change for review.

Change subject: webadmin : Edit Role Dialog Reads "Volumes" instead of "Gluster"
......................................................................

webadmin : Edit Role Dialog Reads "Volumes" instead of "Gluster"

Edit Role Dialog Reads "Volumes" instead of "Gluster"

Change-Id: I94e8df6c90025cfaa16f30b04a53698a9aa258fc
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1029648
Signed-off-by: Anmol Babu <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/roles_ui/RoleTreeView.java
M 
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/21330/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/roles_ui/RoleTreeView.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/roles_ui/RoleTreeView.java
index 06d14ce..9d60713 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/roles_ui/RoleTreeView.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/roles_ui/RoleTreeView.java
@@ -204,7 +204,7 @@
     }
 
     protected static RoleNode createGlusterRoleTree() {
-        return new RoleNode(getConstants().glusterRoleTree(), new 
RoleNode(getConstants().configureVolumesRoleTree(),
+        return new RoleNode(getConstants().volumeRoleTree(), new 
RoleNode(getConstants().configureVolumesRoleTree(),
                 new RoleNode[] {
                         new RoleNode(ActionGroup.CREATE_GLUSTER_VOLUME,
                                 
getConstants().allowToCreateGlusterVolumesRoleTree()),
diff --git 
a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
 
b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
index 92cb318..42e92d1 100644
--- 
a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
+++ 
b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
@@ -1368,8 +1368,8 @@
     @DefaultStringValue("Host")
     String hostRoleTree();
 
-    @DefaultStringValue("Gluster")
-    String glusterRoleTree();
+    @DefaultStringValue("Volume")
+    String volumeRoleTree();
 
     @DefaultStringValue("Configure Volumes")
     String configureVolumesRoleTree();


-- 
To view, visit http://gerrit.ovirt.org/21330
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94e8df6c90025cfaa16f30b04a53698a9aa258fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to