bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter.

This commit is contained in:
Jessica Wang 2012-03-19 16:30:05 -07:00
parent e53cfeceb6
commit a4c332766d

View File

@ -1214,7 +1214,7 @@
label: 'label.compute.offering',
select: function(args) {
$.ajax({
url: createURL('listServiceOfferings&issystem=true'),
url: createURL('listServiceOfferings&issystem=true&systemvmtype=domainrouter'),
dataType: 'json',
async: true,
success: function(data) {