You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2017/10/17 16:01:48 UTC

tez git commit: TEZ-3854. Make use of new improved em-table sort-icon (Jonathan Eagles via kshukla)

Repository: tez
Updated Branches:
  refs/heads/master d8767248e -> f760ad357


TEZ-3854. Make use of new improved em-table sort-icon (Jonathan Eagles via kshukla)


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

Branch: refs/heads/master
Commit: f760ad3573d13dc981182765c42b8a7d8ea46696
Parents: d876724
Author: Kuhu Shukla <ks...@yahoo-inc.com>
Authored: Tue Oct 17 10:57:44 2017 -0500
Committer: Kuhu Shukla <ks...@yahoo-inc.com>
Committed: Tue Oct 17 10:58:15 2017 -0500

----------------------------------------------------------------------
 tez-ui/src/main/webapp/app/styles/shared.less | 18 ------------------
 tez-ui/src/main/webapp/package.json           |  2 +-
 tez-ui/src/main/webapp/yarn.lock              |  6 +++---
 3 files changed, 4 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/f760ad35/tez-ui/src/main/webapp/app/styles/shared.less
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/styles/shared.less b/tez-ui/src/main/webapp/app/styles/shared.less
index b93875b..dedac8c 100644
--- a/tez-ui/src/main/webapp/app/styles/shared.less
+++ b/tez-ui/src/main/webapp/app/styles/shared.less
@@ -68,24 +68,6 @@ b {
       margin-top: -10px;
       width: 5px;
       height: 20px;
-
-      &:before {
-        top: .3em;
-      }
-      &:after {
-        top: 1.2em;
-      }
-
-      &.asc{
-        &:after {
-          top: .3em;
-        }
-      }
-      &.desc {
-        &:before {
-          top: .3em;
-        }
-      }
     }
 
     .resize-column {

http://git-wip-us.apache.org/repos/asf/tez/blob/f760ad35/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 ccb85ea..3d68468 100644
--- a/tez-ui/src/main/webapp/package.json
+++ b/tez-ui/src/main/webapp/package.json
@@ -62,7 +62,7 @@
   },
   "dependencies": {
     "em-helpers": "0.8.0",
-    "em-table": "0.11.2",
+    "em-table": "0.11.3",
     "em-tgraph": "0.0.10"
   }
 }

http://git-wip-us.apache.org/repos/asf/tez/blob/f760ad35/tez-ui/src/main/webapp/yarn.lock
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/yarn.lock b/tez-ui/src/main/webapp/yarn.lock
index abbb702..93210b7 100644
--- a/tez-ui/src/main/webapp/yarn.lock
+++ b/tez-ui/src/main/webapp/yarn.lock
@@ -1401,9 +1401,9 @@ em-helpers@0.8.0:
   optionalDependencies:
     phantomjs-prebuilt "2.1.13"
 
-em-table@0.11.2:
-  version "0.11.2"
-  resolved "https://registry.yarnpkg.com/em-table/-/em-table-0.11.2.tgz#1248f5f7a59dfc5d6592164933eebb02f3a5d410"
+em-table@0.11.3:
+  version "0.11.3"
+  resolved "https://registry.yarnpkg.com/em-table/-/em-table-0.11.3.tgz#20e605cc3814214e644199399a2383cee8d23eeb"
   dependencies:
     ember-cli-htmlbars "^1.0.1"
     ember-cli-less "^1.4.0"