bug 12366: cloudStack 3.0 new UI - create network offering - populate system service offerings in service offerings dropdown.

This commit is contained in:
Jessica Wang 2011-12-06 12:19:59 -08:00
parent 547972eed5
commit 3590f2cc3f
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@
label: 'Service Offering',
select: function(args) {
$.ajax({
url: createURL('listServiceOfferings'),
url: createURL('listServiceOfferings&issystem=true'),
dataType: 'json',
async: true,
success: function(data) {