mirror of https://github.com/apache/cloudstack.git
CS-15157: cloudstack 3.0 UI - infrastructure page - physical network - network service providers - reset nspMap before populating listNetworkServiceProviders response to nspMap.
This commit is contained in:
parent
0b5ed6ef57
commit
11b7675193
|
|
@ -9157,6 +9157,8 @@
|
|||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
nspMap = {}; //reset
|
||||
|
||||
var items = json.listnetworkserviceprovidersresponse.networkserviceprovider;
|
||||
if(items != null) {
|
||||
for(var i = 0; i < items.length; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue