Repository: cloudstack Updated Branches: refs/heads/4.5 ddfd74dba -> 207ec2574
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/4.5 Commit: 207ec2574c0a8a11fab2562dca241ab27a98dad1 Parents: ddfd74d Author: Jessica Wang <[email protected]> Authored: Mon Nov 3 15:55:06 2014 -0800 Committer: Jessica Wang <[email protected]> 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' } },
