Repository: tez
Updated Branches:
  refs/heads/branch-0.7 34cb4f24a -> f367faca7


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

(cherry picked from commit 9ca694789621b6a870218d55594886fabdffccfa)


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

Branch: refs/heads/branch-0.7
Commit: f367faca78e4518d07cf3e716187cc7b899ce3e9
Parents: 34cb4f2
Author: Sreenath Somarajapuram <s...@apache.org>
Authored: Thu Oct 29 15:49:30 2015 -0700
Committer: Sreenath Somarajapuram <s...@apache.org>
Committed: Thu Oct 29 15:57:46 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/f367faca/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 487f4d9..6a50d06 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-2900. Ignore V_INPUT_DATA_INFORMATION when vertex is in 
Failed/Killed/Error
   TEZ-2904. Pig can't specify task specific command opts
   TEZ-2899. Tez UI: DAG getting created with huge horizontal gap in between 
vertices

http://git-wip-us.apache.org/repos/asf/tez/blob/f367faca/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/f367faca/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/f367faca/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}}

Reply via email to