CS-15890: ACL multiEdit: Change 'Source CIDR' -> 'CIDR'
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7de225ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7de225ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7de225ba Branch: refs/heads/vpc Commit: 7de225baa93cc79a1f2fad32993a9b259fa99f10 Parents: 72651f6 Author: Brian Federle <[email protected]> Authored: Tue Aug 7 15:57:57 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Aug 7 16:00:44 2012 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7de225ba/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index e177393..00bd65e 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -18,7 +18,7 @@ var aclMultiEdit = { noSelect: true, fields: { - 'cidrlist': { edit: true, label: 'label.cidr.list' }, + 'cidrlist': { edit: true, label: 'label.cidr' }, 'protocol': { label: 'label.protocol', select: function(args) {
