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
c794588d
Commit
c794588d
authored
Oct 19, 2015
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-198. Atlas UI Requires Internet Access (sanjayp via sumasai)
parent
23ce5c96
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
index.html
dashboard/public/index.html
+15
-15
release-log.txt
release-log.txt
+1
-0
No files found.
dashboard/public/index.html
View file @
c794588d
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<meta
http-equiv=
"Content-type"
content=
"text/html;charset=UTF-8"
>
<meta
http-equiv=
"Content-type"
content=
"text/html;charset=UTF-8"
>
<link
href=
"img/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
>
<link
href=
"
/
img/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"/lib/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"/lib/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/sticky-footer-navbar.css"
>
<link
rel=
"stylesheet"
href=
"/css/sticky-footer-navbar.css"
>
...
@@ -35,11 +35,10 @@
...
@@ -35,11 +35,10 @@
<link
rel=
"stylesheet"
href=
"/css/details.css"
>
<link
rel=
"stylesheet"
href=
"/css/details.css"
>
<link
rel=
"stylesheet"
href=
"/css/lineage.css"
>
<link
rel=
"stylesheet"
href=
"/css/lineage.css"
>
<link
rel=
"stylesheet"
href=
"/css/tags.css"
>
<link
rel=
"stylesheet"
href=
"/css/tags.css"
>
<link
rel=
"stylesheet"
href=
"
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min
.css"
>
<link
rel=
"stylesheet"
href=
"
/lib/bootstrap/dist/css/bootstrap
.css"
>
</head>
</head>
<link
href=
"img/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
>
<body>
<body>
<header
class=
"navbar navbar-static-top navbar-top"
data-role=
"navigation"
>
<header
class=
"navbar navbar-static-top navbar-top"
data-role=
"navigation"
>
<div
class=
"container"
data-ng-include=
"'/modules/home/views/header.html'"
></div>
<div
class=
"container"
data-ng-include=
"'/modules/home/views/header.html'"
></div>
...
@@ -54,20 +53,20 @@
...
@@ -54,20 +53,20 @@
</div>
</div>
</footer>
</footer>
<script
src=
"lib/jquery/dist/jquery.js"
></script>
<script
src=
"
/
lib/jquery/dist/jquery.js"
></script>
<script
src=
"lib/angular/angular.js"
></script>
<script
src=
"
/
lib/angular/angular.js"
></script>
<script
src=
"lib/bootstrap/dist/js/bootstrap.js"
></script>
<script
src=
"
/
lib/bootstrap/dist/js/bootstrap.js"
></script>
<script
src=
"lib/angular-bootstrap/ui-bootstrap-tpls.js"
></script>
<script
src=
"
/
lib/angular-bootstrap/ui-bootstrap-tpls.js"
></script>
<script
src=
"lib/angular-cookies/angular-cookies.js"
></script>
<script
src=
"
/
lib/angular-cookies/angular-cookies.js"
></script>
<script
src=
"lib/angular-resource/angular-resource.js"
></script>
<script
src=
"
/
lib/angular-resource/angular-resource.js"
></script>
<script
src=
"lib/angular-route/angular-route.js"
></script>
<script
src=
"
/
lib/angular-route/angular-route.js"
></script>
<script
src=
"lib/angular-sanitize/angular-sanitize.js"
></script>
<script
src=
"
/
lib/angular-sanitize/angular-sanitize.js"
></script>
<script
src=
"lib/angular-ui-router/release/angular-ui-router.js"
></script>
<script
src=
"
/
lib/angular-ui-router/release/angular-ui-router.js"
></script>
<script
src=
"lib/angular-ui-utils/ui-utils.js"
></script>
<script
src=
"
/
lib/angular-ui-utils/ui-utils.js"
></script>
<script
src=
"lib/lodash/lodash.js"
></script>
<script
src=
"
/
lib/lodash/lodash.js"
></script>
<script
src=
"/lib/d3/d3.js"
></script>
<script
src=
"/lib/d3/d3.js"
></script>
<script
src=
"/lib/d3-tip/index.js"
></script>
<script
src=
"/lib/d3-tip/index.js"
></script>
<script
src=
"js/app.min.js"
></script>
<script
src=
"
/
js/app.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
release-log.txt
View file @
c794588d
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ALL CHANGES:
ALL CHANGES:
ATLAS1-98 Atlas UI Requires Internet Access(sanjayp via sumasai)
ATLAS-201 Rename org.apache.atlas.Main to org.apache.atlas.Atlas (rishabhbhardwaj via shwethags)
ATLAS-201 Rename org.apache.atlas.Main to org.apache.atlas.Atlas (rishabhbhardwaj via shwethags)
ATLAS-179 Atlas hook causes mem leak and hive server 2 crashes (shwethags)
ATLAS-179 Atlas hook causes mem leak and hive server 2 crashes (shwethags)
ATLAS-212 Remove test class usage of hive configuration property "atlas.rest.address" (jspeidel via shwethags)
ATLAS-212 Remove test class usage of hive configuration property "atlas.rest.address" (jspeidel via shwethags)
...
...
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