Commit d1eef49e by Venkatesh Seetharam

ATLAS-111 UI: Create Help Link. Contributed by Vishal Kadam

parent 15ba43c6
...@@ -123,3 +123,7 @@ footer.navbar-bottom img { ...@@ -123,3 +123,7 @@ footer.navbar-bottom img {
.search-spinner { .search-spinner {
text-align: center; text-align: center;
} }
.menulink{
padding-left: 10px;
padding-right: 10px;
}
\ No newline at end of file
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<a data-ui-sref="{{item.state}}">{{item.title}}</a> <a data-ui-sref="{{item.state}}">{{item.title}}</a>
</li> </li>
</ul> </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> </nav>
</div> </div>
\ No newline at end of file
...@@ -8,6 +8,8 @@ ATLAS-54 Rename configs in hive hook (shwethags) ...@@ -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) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ALL CHANGES: 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 ATLAS-113 Add an About Dialog to Apache Atlas UI with version number (Vishal Kadam
via Venkatesh Seetharam) via Venkatesh Seetharam)
ATLAS-109 Remove v2 Folder (Vishal Kadam via Venkatesh Seetharam) ATLAS-109 Remove v2 Folder (Vishal Kadam via Venkatesh Seetharam)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment