CLOUDSTACK-2162: Fix missing provider field on secondary storage step

This commit is contained in:
Brian Federle 2013-07-22 11:19:13 -07:00
parent d0422904d7
commit 4aa9e0a696

View File

@ -763,6 +763,16 @@
required: true
}
},
provider: {
label: 'label.provider',
select: function(args) {
args.response.success({
data: [
{ id: 'NFS', description: 'NFS' }
]
});
}
},
path: {
label: 'label.path',
validation: {