mirror of https://github.com/apache/cloudstack.git
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:
parent
d218641559
commit
efc16fd99d
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue