mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP"
It supports http also. Added http to the list.
This commit is contained in:
parent
e5ef9336e1
commit
990e42f61b
|
|
@ -334,6 +334,9 @@
|
|||
}, {
|
||||
id: 'udp',
|
||||
description: 'udp'
|
||||
}, {
|
||||
id: 'http',
|
||||
description: 'http'
|
||||
}];
|
||||
args.response.success({
|
||||
data: array1
|
||||
|
|
|
|||
Loading…
Reference in New Issue