Daniel Erez has posted comments on this change.

Change subject: webadmin: DC 'hangs' in local SD
......................................................................


Patch Set 1: Looks good to me, approved

(1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/datacenters/DataCenterGuideModel.java
Line 456:         return false;
Line 457:     }
Line 458: 
Line 459:     private void UpdateOptionsLocalFS() {
Line 460:         if (clusters == null || allHosts == null || (localStorageHost 
== null && noLocalStorageHost == false)) {
why not: !noLocalStorageHost
Line 461:             return;
Line 462:         }
Line 463: 
Line 464:         UICommand addClusterAction = new UICommand("AddCluster", 
this); //$NON-NLS-1$


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c117f999faf21148da7da1b1b9904130b40be8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to