Updated Branches: refs/heads/master d2e6bf5fa -> 4c397da8f
Adding rule number field to ACL rule to make it AWS compatible Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4c397da8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4c397da8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4c397da8 Branch: refs/heads/master Commit: 4c397da8f64d57ebad0a95442629b01e8edf2522 Parents: d2e6bf5 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Thu Jun 6 14:07:12 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Thu Jun 6 14:07:12 2013 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4c397da8/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index e666ab9..164f2bb 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -57,6 +57,13 @@ } }, fields: { + + 'rulenumber':{ + label:'Rule Number', + edit:true + + }, + 'cidrlist': { edit: true, label: 'label.cidr' }, action: { label: 'Action',