You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/08/16 11:31:58 UTC

git commit: CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User that -1 for Type and Code means any Type and Code

Updated Branches:
  refs/heads/master 1869160cd -> a7b7465be


CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User that -1 for Type and Code means any Type and Code


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a7b7465b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a7b7465b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a7b7465b

Branch: refs/heads/master
Commit: a7b7465becd48b7f2eb4baed0b2bf442f047f1b7
Parents: 1869160
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Aug 16 14:56:23 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Aug 16 14:56:23 2012 +0530

----------------------------------------------------------------------
 ui/scripts/vpc.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a7b7465b/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 363bd33..dfa3f34 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -111,8 +111,8 @@
           });
         }
       },
-      'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'},
-      'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'},
+      'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'},
+      'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'},
       'traffictype' : {
         label: 'Traffic type',
         select: function(args) {