mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
CLOUDSTACK-4713: UI > EIP/ELB Basic Zone - fix a bug that IPs that are acquired are not showing in listView of IP Addresses page under Network menu.
This commit is contained in:
parent
e59e1d148b
commit
0c64bdadc0
@ -2057,6 +2057,8 @@
|
|||||||
var data = {};
|
var data = {};
|
||||||
listViewDataProvider(args, data);
|
listViewDataProvider(args, data);
|
||||||
|
|
||||||
|
//The following 10 lines caused CLOUDSTACK-4713 (EIP/ELB Basic Zone - unable to see any IPs that are acquired)
|
||||||
|
/*
|
||||||
if (g_supportELB == "guest") // IPs are allocated on guest network
|
if (g_supportELB == "guest") // IPs are allocated on guest network
|
||||||
$.extend(data, {
|
$.extend(data, {
|
||||||
forvirtualnetwork: false,
|
forvirtualnetwork: false,
|
||||||
@ -2067,6 +2069,7 @@
|
|||||||
forvirtualnetwork: true,
|
forvirtualnetwork: true,
|
||||||
forloadbalancing: true
|
forloadbalancing: true
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
if (args.context.networks) {
|
if (args.context.networks) {
|
||||||
$.extend(data, {
|
$.extend(data, {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user