You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ve...@apache.org on 2015/09/12 00:52:44 UTC

[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 <ve...@apache.org>
Authored: Fri Sep 11 15:12:39 2015 -0700
Committer: Venkatesh Seetharam <ve...@apache.org>
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 @@
                 <a data-ui-sref="{{item.state}}">{{item.title}}</a>
             </li>
         </ul>
-        <a  ng-if="!username" class="pull-right" href="javascript:void(0)" ng-click="ShowAbout()">About</a>
+        <a  ng-if="!username" class="pull-right menulink" href="https://cwiki.apache.org/confluence/display/ATLAS/Atlas+Home;jsessionid=3678CAD2035F4BE464481DD625BAFC1F"  target="_blank">Help</a>
+        <a  ng-if="!username" class="pull-right menulink" href="javascript:void(0)" ng-click="ShowAbout()">About</a>
     </nav>
 </div>
\ 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)