mirror of https://github.com/apache/cloudstack.git
bug 12366: cloudStack 3.0 new UI - create network offering - populate system service offerings in service offerings dropdown.
This commit is contained in:
parent
547972eed5
commit
3590f2cc3f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue