You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/08/12 22:20:33 UTC

[32/50] [abbrv] git commit: CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network

CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network


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

Branch: refs/heads/master
Commit: 695f727cfd0a776ef351a8ed63929977ab960c57
Parents: 3cf13c8
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Aug 9 10:37:09 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Aug 9 10:37:09 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/695f727c/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index b4d35c4..9c6e2d6 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -639,7 +639,7 @@
                       noSelect: true,
                       context: args.context,
                       fields: {
-                        cidr: { edit: true, label: 'label.cidr' },
+                        cidr: { edit: true, label: 'CIDR of destination network' },
                         'add-rule': {
                           label: 'Add route',
                           addButton: true