From 9ec3065e89021e5f49878d6cbea4dfd7bc95eaf0 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 20 Mar 2012 13:38:54 -0700 Subject: [PATCH] Revert "bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter." This reverts commit 076617fbffb8160ad3f1d73885a6c809220b9aa8. --- 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 ae82b0d7d80..eabccba48d7 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&systemvmtype=domainrouter'), + url: createURL('listServiceOfferings&issystem=true'), dataType: 'json', async: true, success: function(data) {