Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-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 295DD10BBC for ; Sat, 5 Apr 2014 00:06:20 +0000 (UTC) Received: (qmail 86745 invoked by uid 500); 5 Apr 2014 00:05:35 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 86426 invoked by uid 500); 5 Apr 2014 00:05:27 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 86262 invoked by uid 99); 5 Apr 2014 00:05:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 00:05:22 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Apr 2014 00:05:18 +0000 Received: (qmail 85376 invoked by uid 99); 5 Apr 2014 00:04:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 00:04:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 21F3B94374B; Sat, 5 Apr 2014 00:04:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mansu@apache.org To: commits@aurora.incubator.apache.org Date: Sat, 05 Apr 2014 00:05:06 -0000 Message-Id: <69d7bbd8a5e94831ac46ba1645f1b147@git.apache.org> In-Reply-To: <5fdaab79d57e42c185ff60c632bdc6f2@git.apache.org> References: <5fdaab79d57e42c185ff60c632bdc6f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/50] [abbrv] git commit: Now showing tooltip. X-Virus-Checked: Checked by ClamAV on apache.org Now showing tooltip. Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/5a7321f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/5a7321f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/5a7321f6 Branch: refs/heads/mansu/job_page Commit: 5a7321f6031e3d9fa9c2b2087b339f31c1e8a33d Parents: c8528a8 Author: Suman Karumuri Authored: Sat Mar 29 00:14:57 2014 -0700 Committer: Suman Karumuri Committed: Sat Mar 29 00:14:57 2014 -0700 ---------------------------------------------------------------------- .../org/apache/aurora/scheduler/http/ui/js/directives.js | 10 +++++----- .../org/apache/aurora/scheduler/http/ui/taskStatus.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/5a7321f6/src/main/resources/org/apache/aurora/scheduler/http/ui/js/directives.js ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/directives.js b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/directives.js index 3f84594..73e44b2 100644 --- a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/directives.js +++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/directives.js @@ -39,8 +39,8 @@ auroraUI.directive('error', function () { auroraUI.directive('taskSandboxLink', function () { return { restrict: 'C', - template: - '{{formatedValue}}' + template: '' + + '{{formatedValue}}' }; }); @@ -53,13 +53,13 @@ auroraUI.directive('taskStatus', function () { auroraUI.directive('taskLink', function () { return { restrict: 'C', - template: - '' + template: '' + + '' }; }); auroraUI.directive('schedulingDetail', function () { return { - restrict : 'C' + restrict: 'C' }; }) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/5a7321f6/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html index a7d4579..4530389 100644 --- a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html +++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html @@ -1,6 +1,6 @@
- {{formatedValue}} + {{formatedValue}}
  • {{taskEvent.date}} UTC - {{taskEvent.status}}