mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-2162: Fix missing provider field on secondary storage step
This commit is contained in:
parent
d0422904d7
commit
4aa9e0a696
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user