Kanagaraj M has posted comments on this change. Change subject: webadmin : Fix for rebalance status popup not coming up ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/27954/1/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumeRebalanceStatusPopupView.java File frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumeRebalanceStatusPopupView.java: Line 231: } Line 232: }, new Parser<Date>() { Line 233: @Override Line 234: public Date parse(CharSequence text) throws ParseException { Line 235: if(text.toString().isEmpty() || text == null) { text == null should come first Line 236: return null; Line 237: } Line 238: else { Line 239: return new Date(Date.parse(text.toString())); -- To view, visit http://gerrit.ovirt.org/27954 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9087a10c7d71a7cfca3af23916062cdc92f4198f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: anmolbabu <anb...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Ramesh N <rnach...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches