You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/11/30 23:20:20 UTC

tez git commit: TEZ-3546. Tez UI: On sorting asc - Not Available must be at the top (sree)

Repository: tez
Updated Branches:
  refs/heads/master d6543f32b -> 8079919dc


TEZ-3546. Tez UI: On sorting asc - Not Available must be at the top (sree)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/8079919d
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/8079919d
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/8079919d

Branch: refs/heads/master
Commit: 8079919dcd24721c7cde654c32c5dfa6708ba06e
Parents: d6543f3
Author: Sreenath Somarajapuram <sr...@apache.org>
Authored: Thu Dec 1 04:49:08 2016 +0530
Committer: Sreenath Somarajapuram <sr...@apache.org>
Committed: Thu Dec 1 04:49:08 2016 +0530

----------------------------------------------------------------------
 CHANGES.txt                         | 1 +
 tez-ui/src/main/webapp/package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/8079919d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e1f93f1..b4603cf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -144,6 +144,7 @@ ALL CHANGES:
   TEZ-3484. Tez UI: Remove .travis.yml from webapp folder
   TEZ-3470. Tez UI: Make the build work in IBM PPC
   TEZ-3502. Tez UI: Search in All DAGs page doesn't work with numeric values
+  TEZ-3546. Tez UI: On sorting asc - Not Available must be at the top
 
 Release 0.8.5: Unreleased
 

http://git-wip-us.apache.org/repos/asf/tez/blob/8079919d/tez-ui/src/main/webapp/package.json
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/package.json b/tez-ui/src/main/webapp/package.json
index 0fc92cc..a0b9859 100644
--- a/tez-ui/src/main/webapp/package.json
+++ b/tez-ui/src/main/webapp/package.json
@@ -58,7 +58,7 @@
   },
   "dependencies": {
     "em-helpers": "0.5.14",
-    "em-table": "0.3.18",
+    "em-table": "0.4.0",
     "em-tgraph": "0.0.7"
   }
 }