Updated Branches: refs/heads/master 4da87bd9d -> dabb82792
CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User the default value and Tooltip description for ICMP 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/dabb8279 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dabb8279 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dabb8279 Branch: refs/heads/master Commit: dabb827922c159cadeee25bb9560376158af9f63 Parents: 4da87bd Author: Pranav Saxena <[email protected]> Authored: Tue Aug 14 01:52:00 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Aug 14 01:52:00 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/dabb8279/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index dd0dc7d..d36ae26 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -101,8 +101,8 @@ }); } }, - 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true }, - 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true }, + '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'}, 'traffictype' : { label: 'Traffic type', select: function(args) {
