Example #1
0
 nets = nets.filter(function (net) {
     return (!netconf.isNetAdmin(net) &&
         !networksInPools[net.uuid]);
 });
Example #2
0
 pools = pools.filter(function (pool) {
     return (!netconf.isNetAdmin(pool));
 });