Skip to content

Commit 24abba6

Browse files
committed
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>
1 parent f960725 commit 24abba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/scripts/dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@
184184
},
185185
capacity: function(data) {
186186
if (window.fetchLatestflag == 1) {
187-
data.fetchLastest = true;
187+
data.fetchLatest = true;
188188
} else {
189-
data.fetchLastest = false;
189+
data.fetchLatest = false;
190190
}
191191
window.fetchLatestflag = 0;
192192
dataFns.alerts(data);

0 commit comments

Comments
 (0)