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 2015/10/29 23:50:07 UTC

tez git commit: TEZ-2553. Tez UI: Tez UI Nits (sree)

Repository: tez
Updated Branches:
  refs/heads/master dcc51085e -> 9ca694789


TEZ-2553. Tez UI: Tez UI Nits (sree)


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

Branch: refs/heads/master
Commit: 9ca694789621b6a870218d55594886fabdffccfa
Parents: dcc5108
Author: Sreenath Somarajapuram <sr...@apache.org>
Authored: Thu Oct 29 15:49:30 2015 -0700
Committer: Sreenath Somarajapuram <sr...@apache.org>
Committed: Thu Oct 29 15:49:30 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt                                                     | 1 +
 tez-ui/src/main/webapp/app/scripts/router.js                    | 1 +
 tez-ui/src/main/webapp/app/templates/components/basic-table.hbs | 2 +-
 tez-ui/src/main/webapp/app/templates/tez-app/index.hbs          | 4 ----
 4 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/9ca69478/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 07ad182..96300fa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES
   TEZ-2679. Admin forms of launch env settings
 
 ALL CHANGES:
+  TEZ-2553. Tez UI: Tez UI Nits
   TEZ-2814. ATSImportTool has a return statement in a finally block
   TEZ-2906. Compilation fails with hadoop 2.2.0
   TEZ-2900. Ignore V_INPUT_DATA_INFORMATION when vertex is in Failed/Killed/Error

http://git-wip-us.apache.org/repos/asf/tez/blob/9ca69478/tez-ui/src/main/webapp/app/scripts/router.js
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/scripts/router.js b/tez-ui/src/main/webapp/app/scripts/router.js
index 88880e8..1f7f646 100644
--- a/tez-ui/src/main/webapp/app/scripts/router.js
+++ b/tez-ui/src/main/webapp/app/scripts/router.js
@@ -120,6 +120,7 @@ App.ApplicationRoute = Em.Route.extend({
   actions: {
     willTransition: function(transition) {
       App.Helpers.ErrorBar.getInstance().hide();
+      $(document).tooltip("close");
     },
     error: function(error, transition, originRoute) {
       this.replaceWith('error');

http://git-wip-us.apache.org/repos/asf/tez/blob/9ca69478/tez-ui/src/main/webapp/app/templates/components/basic-table.hbs
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/templates/components/basic-table.hbs b/tez-ui/src/main/webapp/app/templates/components/basic-table.hbs
index d1e48b2..dd9a332 100644
--- a/tez-ui/src/main/webapp/app/templates/components/basic-table.hbs
+++ b/tez-ui/src/main/webapp/app/templates/components/basic-table.hbs
@@ -23,7 +23,7 @@
         {{#if enableSearch}}
           {{view App.BasicTableComponent.SearchView
             text=searchText
-            placeholder="RegEx or Column1, Column2... :RegEx"
+            placeholder="Search..."
           }}
         {{/if}}
         <div class="table-message">

http://git-wip-us.apache.org/repos/asf/tez/blob/9ca69478/tez-ui/src/main/webapp/app/templates/tez-app/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/templates/tez-app/index.hbs b/tez-ui/src/main/webapp/app/templates/tez-app/index.hbs
index ab056ed..3930d7e 100644
--- a/tez-ui/src/main/webapp/app/templates/tez-app/index.hbs
+++ b/tez-ui/src/main/webapp/app/templates/tez-app/index.hbs
@@ -44,10 +44,6 @@
           </td>
         </tr>
         <tr>
-          <td>Application Attempt Id</td>
-          <td>{{appDetail.attemptId}}</td>
-        </tr>
-        <tr>
           <td>Queue</td>
           <td>
             {{appDetail.queue}}