mirror of https://github.com/apache/cloudstack.git
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>
This commit is contained in:
commit
4071ff4855
|
|
@ -334,6 +334,9 @@
|
|||
}, {
|
||||
id: 'udp',
|
||||
description: 'udp'
|
||||
}, {
|
||||
id: 'http',
|
||||
description: 'http'
|
||||
}];
|
||||
args.response.success({
|
||||
data: array1
|
||||
|
|
|
|||
Loading…
Reference in New Issue