mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call.
This commit is contained in:
parent
c2a0fb4e52
commit
37aabd1998
|
|
@ -83,11 +83,11 @@
|
|||
select: function(args) {
|
||||
args.response.success({
|
||||
data: [{
|
||||
name: 'label.allow',
|
||||
description: 'label.allow'
|
||||
name: 'Allow',
|
||||
description: 'Allow'
|
||||
}, {
|
||||
name: 'label.deny',
|
||||
description: 'label.deny'
|
||||
name: 'Deny',
|
||||
description: 'Deny'
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue