cloudstack 3.0 UI - Add Network Offering dialog - compute offering (service offering) dropdown - populate only service offerings for domain router.

This commit is contained in:
Jessica Wang 2012-04-06 10:21:11 -07:00
parent 760aab8fcf
commit c025e91742
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,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) {