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
75447595
Commit
75447595
authored
9 years ago
by
DarshanKumar
Committed by
Vishal Kadam
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated files for linage
Update files for linage
parent
8c9d1a5a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
6 deletions
+33
-6
foot.html
dashboard/v2/public/views/includes/foot.html
+17
-4
head.html
dashboard/v2/public/views/includes/head.html
+16
-2
No files found.
dashboard/v2/public/views/includes/foot.html
View file @
75447595
...
...
@@ -15,7 +15,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<script>
$
(
function
()
{
$
(
'#myTab a:last'
).
tab
(
'show'
)
})
</script>
<!-- Angular JS -->
<script
type=
"text/javascript"
src=
"/lib/angular/angular.min.js"
></script>
<script
type=
"text/javascript"
src=
"/lib/lodash/lodash.min.js"
></script>
...
...
@@ -26,11 +30,20 @@
<!-- Angular UI -->
<script
type=
"text/javascript"
src=
"/lib/angular-bootstrap/ui-bootstrap.js"
></script>
<script
type=
"text/javascript"
src=
"/lib/angular-bootstrap/ui-bootstrap-tpls.js"
></script>
<script
type=
"text/javascript"
src=
"/lib/d3/d3.min.js"
></script>
<script
type=
"text/javascript"
src=
"/lib/d3-tip/index.js"
></script>
<!--<script type="text/javascript" src="/lib/d3/d3.min.js"></script>
<script type="text/javascript" src="/lib/d3-tip/index.js"></script>-->
<script
src=
"http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"
></script>
<script
src=
"http://cpettitt.github.io/project/dagre-d3/latest/dagre-d3.js"
></script>
<script
type=
"text/javascript"
src=
"dist/app.min.js"
></script>
<!-- Enable the tabs -->
<script
type=
"text/javascript"
>
$
(
'#myTabs a'
).
click
(
function
(
e
)
{
e
.
preventDefault
()
$
(
this
).
tab
(
'show'
)
});
</script>
{% if (process.env.NODE_ENV == 'local') %}
<!-- Livereload script rendered -->
<script
type=
"text/javascript"
src=
"http://localhost:35730/livereload.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
dashboard/v2/public/views/includes/head.html
View file @
75447595
...
...
@@ -23,8 +23,7 @@
<title>
{{app.title}}
</title>
<meta
http-equiv=
"Content-type"
content=
"text/html;charset=UTF-8"
>
<meta
name=
"keywords"
content=
"artifact-graph, Cengage, registry-services"
>
<meta
name=
"description"
content=
"Cengage registry services"
>
<link
href=
"/img/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
>
...
...
@@ -33,7 +32,22 @@
<link
rel=
"stylesheet"
href=
"/css/sticky-footer-navbar.css"
>
<link
rel=
"stylesheet"
href=
"/css/common.css"
>
<link
rel=
"stylesheet"
href=
"/css/lineage.css"
>
<link
rel=
"stylesheet"
href=
"http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
(
$
)
{
$
(
'#tabs'
).
tab
();
});
</script>
<style >
</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
...
...
This diff is collapsed.
Click to expand it.
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