Alona Kaplan has posted comments on this change.

Change subject: webadmin: Remove Load bar
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabHostView.java
Line 132:         };
Line 133:         getTable().addColumn(statusColumn, constants.statusHost(), 
"100px"); //$NON-NLS-1$
Line 134: 
Line 135:         if (ApplicationModeHelper.getUiMode() != 
ApplicationMode.GlusterOnly) {
Line 136:             TextColumnWithTooltip<VDS> loadColumn = new 
TextColumnWithTooltip<VDS>() {
change the variable name to runningVms
Line 137:                 @Override
Line 138:                 public String getValue(VDS object) {
Line 139:                     return object.getvm_active() != null ? 
object.getvm_active().toString() : "0";//$NON-NLS-1$
Line 140:                 }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1e9506c04975854e17508b6bebfe3c9044f21ca5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: ofri masad <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to