cloudstack 3.0 UI - autoscale - edit mode - fix a bug that counter column in Scale Up Policy/Scale Down Policy was shown as UUID instead of name.

This commit is contained in:
Jessica Wang 2012-07-31 15:21:18 -07:00
parent d218641559
commit efc16fd99d
1 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@
$.ajax({
url: createURL("listCounters"),
dataType: "json",
async: true,
async: false,
success: function(json) {
var counters = json.counterresponse.counter;
@ -504,7 +504,7 @@
$.ajax({
url: createURL("listCounters"),
dataType: "json",
async: true,
async: false,
success: function(json) {
var counters = json.counterresponse.counter;