Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 112C218EC9 for ; Thu, 29 Oct 2015 22:58:46 +0000 (UTC) Received: (qmail 20517 invoked by uid 500); 29 Oct 2015 22:58:46 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 20494 invoked by uid 500); 29 Oct 2015 22:58:46 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 20485 invoked by uid 99); 29 Oct 2015 22:58:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 22:58:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6B6CE3930; Thu, 29 Oct 2015 22:58:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sree@apache.org To: commits@tez.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-2553. Tez UI: Tez UI Nits (sree) Date: Thu, 29 Oct 2015 22:58:45 +0000 (UTC) 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 Authored: Thu Oct 29 15:49:30 2015 -0700 Committer: Sreenath Somarajapuram 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}}
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 @@ - Application Attempt Id - {{appDetail.attemptId}} - - Queue {{appDetail.queue}}