Kanagaraj M has posted comments on this change.

Change subject: webadmin: refactored volume activity status column
......................................................................


Patch Set 4:

(1 comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabVolumeView.java
Line 152:     private MenuCell<GlusterTaskSupport> 
getRebalanceActivityMenu(ApplicationConstants constants) {
Line 153:         MenuCell<GlusterTaskSupport> menuCell = new 
MenuCell<GlusterTaskSupport>() {
Line 154:             @Override
Line 155:             protected boolean isVisible(GlusterTaskSupport value) {
Line 156:                 return value.getAsyncTask().getType() == 
GlusterTaskType.REBALANCE;
will add.
thanks
Line 157:             }
Line 158:         };
Line 159:         menuCell.addMenuItem(constants.statusRebalance(), 
getMainModel().getStatusRebalanceCommand());
Line 160:         menuCell.addMenuItem(constants.stopRebalance(), 
getMainModel().getStopRebalanceCommand());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I85df6e5d2071f8ff1cc5f94ace90edfb0fff471e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to