mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-9335: fix typo in dashboard's fetchlatest usage
This fixes a typographical error in UI that did not previously send fetchLatest flag in the listCapacity API request. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
f960725dd5
commit
24abba62ab
@ -184,9 +184,9 @@
|
|||||||
},
|
},
|
||||||
capacity: function(data) {
|
capacity: function(data) {
|
||||||
if (window.fetchLatestflag == 1) {
|
if (window.fetchLatestflag == 1) {
|
||||||
data.fetchLastest = true;
|
data.fetchLatest = true;
|
||||||
} else {
|
} else {
|
||||||
data.fetchLastest = false;
|
data.fetchLatest = false;
|
||||||
}
|
}
|
||||||
window.fetchLatestflag = 0;
|
window.fetchLatestflag = 0;
|
||||||
dataFns.alerts(data);
|
dataFns.alerts(data);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user