Asaf Shakarchi has posted comments on this change.

Change subject: webadmin: Filter Non-Operational DCs when adding new domain
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModelBehavior.java
Line 40:     }
Line 41: 
Line 42:     public List<storage_pool> FilterDataCenter(List<storage_pool> 
source)
Line 43:     {
Line 44:         return Linq.ToList(Linq.Where(source, new 
Linq.DataCenterNotStatusPredicate(StoragePoolStatus.NotOperational)));
We use Linq everywhere.
Line 45:     }
Line 46: 
Line 47:     public void UpdateItemsAvailability()
Line 48:     {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8848c8bbd419b93e2e9ae1be5ebfd91baf28ed7e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Asaf Shakarchi <a...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Asaf Shakarchi <a...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to