You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/11 14:38:09 UTC

[1/2] git commit: updated refs/heads/master to 9b60f3a

Repository: cloudstack
Updated Branches:
  refs/heads/master c3e26bf36 -> 9b60f3a4d


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 <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/24abba62
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/24abba62
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/24abba62

Branch: refs/heads/master
Commit: 24abba62abb015f796aad69ea3aba669665c502f
Parents: f960725
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Apr 4 12:53:45 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Apr 7 23:14:21 2016 +0530

----------------------------------------------------------------------
 ui/scripts/dashboard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/24abba62/ui/scripts/dashboard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/dashboard.js b/ui/scripts/dashboard.js
index f2b5682..bd32863 100644
--- a/ui/scripts/dashboard.js
+++ b/ui/scripts/dashboard.js
@@ -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);


[2/2] git commit: updated refs/heads/master to 9b60f3a

Posted by sw...@apache.org.
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 <wi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9b60f3a4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9b60f3a4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9b60f3a4

Branch: refs/heads/master
Commit: 9b60f3a4dd98c02f898ba874d8b28f3e8bbb13bf
Parents: c3e26bf 24abba6
Author: Will Stevens <wi...@gmail.com>
Authored: Mon Apr 11 08:37:36 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Mon Apr 11 08:37:37 2016 -0400

----------------------------------------------------------------------
 ui/scripts/dashboard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------