Gilad Chaplik has posted comments on this change.

Change subject: userportal: Quota Monitors - userportal
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/resources/ResourcesModel.java
Line 312:         parameters.setRefresh(getIsQueryFirstTime());
Line 313:         
Frontend.RunQuery(VdcQueryType.GetQuotasConsumptionForCurrentUser, parameters, 
new AsyncQuery(this, new INewAsyncCallback() {
Line 314:             @Override
Line 315:             public void OnSuccess(Object model, Object ReturnValue)
Line 316:             {
where you handle !success?
Line 317:                 
getUsedQuotaPercentage().setEntity(((VdcQueryReturnValue) 
ReturnValue).getReturnValue());
Line 318:             }
Line 319:         }));
Line 320: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idbecbf9233704c2cd5e485f3c4158c9a78559218
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <oma...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: ofri masad <oma...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to