Updated Branches: refs/heads/master bf73d755b -> 263062526
CLOUDSTACK-2360: UI - Infrastructure menu - zone detail - physical network - network service providers - Netscaler - view devices - device detail page - add GSLB Provider enabled or not, GSLB Provider Public IP, GSLB Provider Private IP field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/26306252 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/26306252 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/26306252 Branch: refs/heads/master Commit: 26306252604ff3fcfbdd3fb3a4a44180359de50d Parents: bf73d75 Author: Jessica Wang <[email protected]> Authored: Thu Jun 13 14:58:32 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Thu Jun 13 15:03:04 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/26306252/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index f37f602..df37f31 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7899,7 +7899,13 @@ lbdevicededicated: { label: 'label.dedicated', converter: cloudStack.converters.toBooleanText - } + }, + gslbprovider: { + label: 'GSLB service', + converter: cloudStack.converters.toBooleanText + }, + gslbproviderpublicip: { label: 'GSLB service Public IP' }, + gslbproviderprivateip: { label: 'GSLB service Private IP' } } ], dataProvider: function(args) {
