You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/10 02:53:57 UTC

[08/50] [abbrv] git commit: updated refs/heads/vmsync to aaa16af

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/vmsync
Commit: 4c397da8f64d57ebad0a95442629b01e8edf2522
Parents: d2e6bf5
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Jun 6 14:07:12 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Jun 6 14:07:12 2013 +0530

----------------------------------------------------------------------
 ui/scripts/vpc.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


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',