mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42: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) {
|
||||
if (window.fetchLatestflag == 1) {
|
||||
data.fetchLastest = true;
|
||||
data.fetchLatest = true;
|
||||
} else {
|
||||
data.fetchLastest = false;
|
||||
data.fetchLatest = false;
|
||||
}
|
||||
window.fetchLatestflag = 0;
|
||||
dataFns.alerts(data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user