Repository: cloudstack Updated Branches: refs/heads/master 37cb63f6b -> 6a28035e7
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/6a28035e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a28035e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6a28035e Branch: refs/heads/master Commit: 6a28035e73edeb0c988e83be93012e994c64437a Parents: 37cb63f Author: Jessica Wang <jessicaw...@apache.org> Authored: Mon Nov 3 15:55:06 2014 -0800 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Mon Nov 3 15:56:46 2014 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6a28035e/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' } },