Skip to content

Commit 4071ff4

Browse files
committed
Merge pull request #1399 from nitin-maharana/CloudStack-Nitin21_4.7
CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"Steps to Repro: ============ Go to Regions -> Local -> View GSLB -> Add GSLB Click on the service type dropdown Observe http is missing. Please see the attached snapshot. Expected Behaviour: ================ As it supports http also, So http should be in the list. Actual Behaviour: ============== http is missing from the list. Fix: === It supports http also. Added http to the list. Snapshot: ======== <img width="531" alt="gslb-http-missing-nitin" src="https://cloud.githubusercontent.com/assets/12583725/12772818/21513dc0-ca5b-11e5-822e-e2dd2426da65.png"> * pr/1399: CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP" Signed-off-by: Koushik Das <koushik@apache.org>
2 parents e3e5be8 + 990e42f commit 4071ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/scripts/regions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@
334334
}, {
335335
id: 'udp',
336336
description: 'udp'
337+
}, {
338+
id: 'http',
339+
description: 'http'
337340
}];
338341
args.response.success({
339342
data: array1

0 commit comments

Comments
 (0)