You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/11/05 11:45:32 UTC

[38/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

CLOUDSTACK-3212: ui > infrastructure > zones > zone > physical network > guest > network > guest ip range - listview: add gateway, netmask field.


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

Branch: refs/heads/master
Commit: 207ec2574c0a8a11fab2562dca241ab27a98dad1
Parents: ddfd74d
Author: Jessica Wang <je...@apache.org>
Authored: Mon Nov 3 15:55:06 2014 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Nov 3 15:55:06 2014 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/207ec257/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index fd4df48..7b25c81 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -19318,6 +19318,12 @@
                         },
                         endipv6: {
                             label: 'label.ipv6.end.ip'
+                        },
+                        gateway: {
+                        	label: 'label.gateway'
+                        },
+                        netmask: {
+                        	label: 'label.netmask'
                         }
                     },