Skip to content

Commit

Permalink
Fix subnet selection box
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nixon authored and Anthony Nixon committed Sep 21, 2017
1 parent c5a20c9 commit 346e711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = angular.module('spinnaker.openstack.subnet.subnetSelectField.di
label: 'Subnet',
labelColumnSize: 3,
valueColumnSize: 7,
options: [],
options: [{label: scope.model, value: scope.model}],
filter: {},
backingCache: 'subnets',

Expand Down

0 comments on commit 346e711

Please sign in to comment.