Merge pull request #1462 from shapeblue/master-fetchlatestuifix

CLOUDSTACK-9335: fix typo in dashboard's fetchlatest usagecc @swill @terbolous @runseb @wido @abhinandanprateek

* pr/1462:
  CLOUDSTACK-9335: fix typo in dashboard's fetchlatest usage

Signed-off-by: Will Stevens <williamstevens@gmail.com>
This commit is contained in:
Will Stevens 2016-04-11 08:37:36 -04:00
commit 9b60f3a4dd
1 changed files with 2 additions and 2 deletions

View File

@ -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);