You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/08/20 20:28:17 UTC

ambari git commit: AMBARI-12781. Hive View: broken sort on "History" tabs. (Dipayan Bhowmick via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk df98f0b53 -> 75bab5ae0


AMBARI-12781. Hive View: broken sort on "History" tabs. (Dipayan Bhowmick via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/75bab5ae
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/75bab5ae
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/75bab5ae

Branch: refs/heads/trunk
Commit: 75bab5ae003eb57d4d57e24ba456a561de6c4c9e
Parents: df98f0b
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Thu Aug 20 11:27:31 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Thu Aug 20 11:28:09 2015 -0700

----------------------------------------------------------------------
 .../hive/src/main/resources/ui/hive-web/app/templates/history.hbs  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/75bab5ae/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/history.hbs
----------------------------------------------------------------------
diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/history.hbs b/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/history.hbs
index f3f3938..052498e 100644
--- a/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/history.hbs
+++ b/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/history.hbs
@@ -42,7 +42,7 @@
   <tbody>
     {{#if history.length}}
       {{#if model.length}}
-        {{#each item in model}}
+        {{#each item in this}}
           {{job-tr-view job=item onStopJob="interruptJob" onFileRequested="loadFile"}}
         {{/each}}
       {{else}}