From a4c332766daca2964f6ef7de16196212dd41cb0d Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 19 Mar 2012 16:30:05 -0700 Subject: [PATCH] bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter. --- ui/scripts/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index eabccba48d7..ae82b0d7d80 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -1214,7 +1214,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) {