Tal Nisan has posted comments on this change.

Change subject: webadmin: Add host uptime to hosts general subtab
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.ovirt.org/#/c/25834/4/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/host/SubTabHostGeneralView.java
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/host/SubTabHostGeneralView.java:

Line 201:         swapSizeDetails.setValue(swapSizeDetailsArray);
Line 202: 
Line 203:         
maxSchedulingMemory.setValue(selectedItem.getMaxSchedulingMemory());
Line 204: 
Line 205:         
uptime.setValue(uptimeRenderer.render(selectedItem.getUptime().doubleValue()));
> why never?
Because even if it's null in the DB, the DAO returns it as a 0
Line 206: 
Line 207:         formBuilder.update(getDetailModel());
Line 208:     }
Line 209: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1d036a6f654d57839a36ec647adb17d368a543f9
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to