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
5b415fe0
Commit
5b415fe0
authored
9 years ago
by
DarshanKumar
Committed by
Vishal Kadam
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Navigation changes updated
Navigation changes updated
parent
abbec784
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
lineage.css
dashboard/v2/public/css/lineage.css
+23
-0
navigationResource.js
dashboard/v2/public/modules/navigation/navigationResource.js
+1
-1
No files found.
dashboard/v2/public/css/lineage.css
View file @
5b415fe0
...
...
@@ -46,3 +46,26 @@ div.lineage {
border-bottom
:
2px
solid
#006600
;
margin-bottom
:
30px
;
}
.node
rect
{
stroke
:
#333
;
fill
:
#fff
;
}
.edgePath
path
{
stroke
:
#333
;
fill
:
#333
;
stroke-width
:
1.5px
;
}
.node
rect
,
.node
circle
{
stroke
:
#333
;
fill
:
#fff
;
stroke-width
:
1.5px
;
}
.lineage-viz
{
width
:
800px
!important
;
height
:
600px
!important
;
}
This diff is collapsed.
Click to expand it.
dashboard/v2/public/modules/navigation/navigationResource.js
View file @
5b415fe0
...
...
@@ -19,7 +19,7 @@
'use strict'
;
angular
.
module
(
'dgc.navigation'
).
factory
(
'NavigationResource'
,
[
'$resource'
,
function
(
$resource
)
{
return
$resource
(
'api/metadata/types'
,
{},
{
return
$resource
(
'api/metadata/types
?type=TRAIT
'
,
{},
{
get
:
{
'method'
:
'GET'
,
'responseType'
:
'json'
,
...
...
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