Kanagaraj M has posted comments on this change.

Change subject: webadmin : Fixed rebalance status esc key issue
......................................................................


Patch Set 6: Code-Review-1

(1 comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/volumes/VolumeListModel.java
Line 600:                         
rebalanceStatusModel.showStatus(rebalanceStatusEntity);
Line 601: 
Line 602:                         UICommand stopRebalanceFromStatus =
Line 603:                                 new 
UICommand("stop_rebalance_from_status", VolumeListModel.this);//$NON-NLS-1$
Line 604:                         
Remove the space
Line 605:                         
stopRebalanceFromStatus.setTitle(ConstantsManager.getInstance().getConstants().stopRebalance());
Line 606:                         
rebalanceStatusModel.getCommands().add(stopRebalanceFromStatus);
Line 607: 
Line 608:                         
stopRebalanceFromStatus.setIsExecutionAllowed(rebalanceStatusEntity.getStatusSummary().getStatus()
 == JobExecutionStatus.STARTED);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If6fe38c3be05a49b4697310031ec4e64b725b45c
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