Return-Path: X-Original-To: apmail-atlas-commits-archive@minotaur.apache.org Delivered-To: apmail-atlas-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 C4E1517B22 for ; Fri, 11 Sep 2015 22:52:42 +0000 (UTC) Received: (qmail 94519 invoked by uid 500); 11 Sep 2015 22:52:42 -0000 Delivered-To: apmail-atlas-commits-archive@atlas.apache.org Received: (qmail 94490 invoked by uid 500); 11 Sep 2015 22:52:42 -0000 Mailing-List: contact commits-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list commits@atlas.incubator.apache.org Received: (qmail 94481 invoked by uid 99); 11 Sep 2015 22:52:42 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 22:52:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1D00DE7616 for ; Fri, 11 Sep 2015 22:52:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id OTLVpfvWUouJ for ; Fri, 11 Sep 2015 22:52:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 5764D20773 for ; Fri, 11 Sep 2015 22:52:39 +0000 (UTC) Received: (qmail 94410 invoked by uid 99); 11 Sep 2015 22:52:39 -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; Fri, 11 Sep 2015 22:52:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11C66DFF70; Fri, 11 Sep 2015 22:52:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: venkatesh@apache.org To: commits@atlas.incubator.apache.org Date: Fri, 11 Sep 2015 22:52:44 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/11] incubator-atlas git commit: ATLAS-111 UI: Create Help Link. Contributed by Vishal Kadam ATLAS-111 UI: Create Help Link. Contributed by Vishal Kadam Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/d1eef49e Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/d1eef49e Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/d1eef49e Branch: refs/heads/master Commit: d1eef49e2607b98e2cfd66a24d236a7634192a15 Parents: 15ba43c Author: Venkatesh Seetharam Authored: Fri Sep 11 15:12:39 2015 -0700 Committer: Venkatesh Seetharam Committed: Fri Sep 11 15:12:39 2015 -0700 ---------------------------------------------------------------------- dashboard/public/css/common.css | 4 ++++ dashboard/public/modules/home/views/header.html | 3 ++- release-log.txt | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d1eef49e/dashboard/public/css/common.css ---------------------------------------------------------------------- diff --git a/dashboard/public/css/common.css b/dashboard/public/css/common.css index c6af853..310e1f9 100644 --- a/dashboard/public/css/common.css +++ b/dashboard/public/css/common.css @@ -123,3 +123,7 @@ footer.navbar-bottom img { .search-spinner { text-align: center; } +.menulink{ + padding-left: 10px; + padding-right: 10px; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d1eef49e/dashboard/public/modules/home/views/header.html ---------------------------------------------------------------------- diff --git a/dashboard/public/modules/home/views/header.html b/dashboard/public/modules/home/views/header.html index 8d3ad18..a0f515e 100644 --- a/dashboard/public/modules/home/views/header.html +++ b/dashboard/public/modules/home/views/header.html @@ -32,6 +32,7 @@ {{item.title}} - About + Help + About \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d1eef49e/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 47a19da..babfa10 100644 --- a/release-log.txt +++ b/release-log.txt @@ -8,6 +8,8 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) ALL CHANGES: +ATLAS-111 +UI: Create Help Link (Vishal Kadam via Venkatesh Seetharam) ATLAS-113 Add an About Dialog to Apache Atlas UI with version number (Vishal Kadam via Venkatesh Seetharam) ATLAS-109 Remove v2 Folder (Vishal Kadam via Venkatesh Seetharam)