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

This reverts commit 076617fbff.
This commit is contained in:
Jessica Wang 2012-03-20 13:38:54 -07:00
parent cae7caf468
commit 9ec3065e89
1 changed files with 1 additions and 1 deletions

View File

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