@@ -247,7 +247,6 @@ export default {
247247 icon : 'wifi-outlined' ,
248248 docHelp : 'adminguide/networking.html#network-offerings' ,
249249 permission : [ 'listNetworkOfferings' , 'listInfrastructure' ] ,
250- params : { isrecursive : 'true' } ,
251250 columns : [ 'name' , 'state' , 'guestiptype' , 'traffictype' , 'networkrate' , 'domain' , 'zone' , 'order' ] ,
252251 details : [ 'name' , 'id' , 'displaytext' , 'guestiptype' , 'traffictype' , 'internetprotocol' , 'networkrate' , 'ispersistent' , 'egressdefaultpolicy' , 'availability' , 'conservemode' , 'specifyvlan' , 'specifyipranges' , 'supportspublicaccess' , 'supportsstrechedl2subnet' , 'service' , 'tags' , 'domain' , 'zone' ] ,
253252 resourceType : 'NetworkOffering' ,
@@ -339,7 +338,6 @@ export default {
339338 icon : 'deployment-unit-outlined' ,
340339 docHelp : 'plugins/nuage-plugin.html?#vpc-offerings' ,
341340 permission : [ 'listVPCOfferings' , 'listInfrastructure' ] ,
342- params : { isrecursive : 'true' } ,
343341 resourceType : 'VpcOffering' ,
344342 columns : [ 'name' , 'state' , 'displaytext' , 'domain' , 'zone' , 'order' ] ,
345343 details : [ 'name' , 'id' , 'displaytext' , 'internetprotocol' , 'distributedvpcrouter' , 'tags' , 'service' , 'domain' , 'zone' , 'created' ] ,
0 commit comments