mirror of https://github.com/apache/cloudstack.git
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:
parent
760aab8fcf
commit
c025e91742
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue