Repository: tez Updated Branches: refs/heads/branch-0.8 72cf6e41d -> e06a7f47a
TEZ-3546. Tez UI: On sorting asc - Not Available must be at the top (sree) (cherry picked from commit 8079919dcd24721c7cde654c32c5dfa6708ba06e) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/e06a7f47 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/e06a7f47 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/e06a7f47 Branch: refs/heads/branch-0.8 Commit: e06a7f47a14383cecc63191461ba93bcaa7e8ec5 Parents: 72cf6e4 Author: Sreenath Somarajapuram <[email protected]> Authored: Thu Dec 1 04:49:08 2016 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Thu Dec 1 04:56:33 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui2/src/main/webapp/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/e06a7f47/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 537fd78..2686544 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -54,6 +54,7 @@ ALL CHANGES: TEZ-3433. Tez UI: Searching using wrong ID causes error in all DAGs page TEZ-3419. Tez UI: Applications page shows error, for users with only DAG level ACL permission TEZ-3347. Tez UI: Vertex UI throws an error while getting vertexProgress for a killed Vertex + TEZ-3546. Tez UI: On sorting asc - Not Available must be at the top Release 0.8.4: 2016-07-08 http://git-wip-us.apache.org/repos/asf/tez/blob/e06a7f47/tez-ui2/src/main/webapp/package.json ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/package.json b/tez-ui2/src/main/webapp/package.json index 6b371ca..1903c42 100644 --- a/tez-ui2/src/main/webapp/package.json +++ b/tez-ui2/src/main/webapp/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "em-helpers": "0.5.10", - "em-table": "0.3.13", + "em-table": "0.4.0", "em-tgraph": "0.0.4" } }
