Merge "Changes the data field used to populate the E.N. select"
This commit is contained in:
commit
9d4aa416df
@ -126,9 +126,9 @@
|
||||
name: item.value
|
||||
})
|
||||
}
|
||||
return $scope.options.networks.concat(resource_networks);
|
||||
return $scope.options.floating_networks.concat(resource_networks);
|
||||
}
|
||||
return $scope.options.networks;
|
||||
return $scope.options.floating_networks;
|
||||
}
|
||||
|
||||
$scope.get_subnets_options = function(){
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
hotgenGlobals.update_resource_options({
|
||||
networks: [{id: 'network1-id', name: 'network1-id'}],
|
||||
floating_networks: [{id: 'network2-id', name: 'network2'}],
|
||||
subnets: [{id: 'subnet1-id', name: 'subnet-id'}]
|
||||
});
|
||||
$scope.resource = {};
|
||||
|
Loading…
Reference in New Issue
Block a user