CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"
It supports http also. Added http to the list. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/990e42f6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/990e42f6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/990e42f6 Branch: refs/heads/4.8 Commit: 990e42f61b5408d1da2937bff5e67220633f3c16 Parents: e5ef933 Author: Nitin Kumar Maharana <[email protected]> Authored: Wed Feb 3 09:52:13 2016 +0530 Committer: Nitin Kumar Maharana <[email protected]> Committed: Wed Feb 3 09:52:13 2016 +0530 ---------------------------------------------------------------------- ui/scripts/regions.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/990e42f6/ui/scripts/regions.js ---------------------------------------------------------------------- diff --git a/ui/scripts/regions.js b/ui/scripts/regions.js index 4453054..16b891f 100644 --- a/ui/scripts/regions.js +++ b/ui/scripts/regions.js @@ -334,6 +334,9 @@ }, { id: 'udp', description: 'udp' + }, { + id: 'http', + description: 'http' }]; args.response.success({ data: array1
