Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
d1eef49e
Commit
d1eef49e
authored
Sep 11, 2015
by
Venkatesh Seetharam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-111 UI: Create Help Link. Contributed by Vishal Kadam
parent
15ba43c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
common.css
dashboard/public/css/common.css
+5
-0
header.html
dashboard/public/modules/home/views/header.html
+3
-1
release-log.txt
release-log.txt
+2
-0
No files found.
dashboard/public/css/common.css
View file @
d1eef49e
...
...
@@ -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
dashboard/public/modules/home/views/header.html
View file @
d1eef49e
...
...
@@ -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
release-log.txt
View file @
d1eef49e
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment