anmolbabu has posted comments on this change.

Change subject: webadmin : volume rebalance status bug corrected
......................................................................


Patch Set 6:

(2 comments)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeRebalanceStatusModel.java
Line 123:             }
Line 124:         }
Line 125:     }
Line 126: 
Line 127:     Timer refresh;
Done
Line 128: 
Line 129:     public void cancelRefresh() {
Line 130:         if(refresh == null) {
Line 131:               return;


Line 130:         if(refresh == null) {
Line 131:               return;
Line 132:         } else {
Line 133:         refresh.cancel();
Line 134:         }
Done
Line 135:     }
Line 136: 
Line 137:     public void refreshDetails(GlusterVolumeEntity volumeEntity) {
Line 138:         AsyncDataProvider.getGlusterRebalanceStatus(new 
AsyncQuery(this, new INewAsyncCallback() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibc9f37cc55ee540250b434da3ad06de90a502591
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@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