Skip to content

Commit 95b7330

Browse files
Jessica WangJessica Wang
authored andcommitted
CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call.
1 parent 8a9092c commit 95b7330

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ui/scripts/vpc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
select: function(args) {
8484
args.response.success({
8585
data: [{
86-
name: 'label.allow',
87-
description: 'label.allow'
86+
name: 'Allow',
87+
description: 'Allow'
8888
}, {
89-
name: 'label.deny',
90-
description: 'label.deny'
89+
name: 'Deny',
90+
description: 'Deny'
9191
}]
9292
});
9393
}

0 commit comments

Comments
 (0)