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
4493653e
Commit
4493653e
authored
6 years ago
by
gutkaBinit
Committed by
nixonrodrigues
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3072:UI : Increasing the width of the Lineage slider.
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
fc2a926c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
graph.scss
dashboardv2/public/css/scss/graph.scss
+5
-2
GlossaryLayoutView.js
dashboardv2/public/js/views/glossary/GlossaryLayoutView.js
+4
-4
No files found.
dashboardv2/public/css/scss/graph.scss
View file @
4493653e
...
@@ -415,8 +415,10 @@ span#zoom_in {
...
@@ -415,8 +415,10 @@ span#zoom_in {
.lineage-node-detail
{
.lineage-node-detail
{
.table-quickMenu
{
.table-quickMenu
{
td
{
td
:nth-child
(
1n
)
{
w
ord-break
:
break-all
;
w
idth
:
150px
;
}
}
word-break
:
break-all
;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dashboardv2/public/js/views/glossary/GlossaryLayoutView.js
View file @
4493653e
...
@@ -214,7 +214,7 @@ define(['require',
...
@@ -214,7 +214,7 @@ define(['require',
generateCategoryData
:
function
(
options
)
{
generateCategoryData
:
function
(
options
)
{
return
_
.
map
(
options
.
data
,
function
(
obj
)
{
return
_
.
map
(
options
.
data
,
function
(
obj
)
{
return
{
return
{
"text"
:
obj
.
displayText
,
"text"
:
_
.
escape
(
obj
.
displayText
)
,
"icon"
:
"fa fa-files-o"
,
"icon"
:
"fa fa-files-o"
,
"guid"
:
obj
.
categoryGuid
,
"guid"
:
obj
.
categoryGuid
,
"id"
:
obj
.
categoryGuid
,
"id"
:
obj
.
categoryGuid
,
...
@@ -295,7 +295,7 @@ define(['require',
...
@@ -295,7 +295,7 @@ define(['require',
return
this
.
glossaryCollection
.
fullCollection
.
map
(
function
(
model
,
i
)
{
return
this
.
glossaryCollection
.
fullCollection
.
map
(
function
(
model
,
i
)
{
var
obj
=
model
.
toJSON
(),
var
obj
=
model
.
toJSON
(),
parent
=
{
parent
=
{
"text"
:
obj
.
name
,
"text"
:
_
.
escape
(
obj
.
name
)
,
"icon"
:
"fa fa-folder-o"
,
"icon"
:
"fa fa-folder-o"
,
"guid"
:
obj
.
guid
,
"guid"
:
obj
.
guid
,
"id"
:
obj
.
guid
,
"id"
:
obj
.
guid
,
...
@@ -318,7 +318,7 @@ define(['require',
...
@@ -318,7 +318,7 @@ define(['require',
var
typeName
=
category
.
typeName
||
"GlossaryCategory"
,
var
typeName
=
category
.
typeName
||
"GlossaryCategory"
,
guid
=
category
.
categoryGuid
,
guid
=
category
.
categoryGuid
,
categoryObj
=
{
categoryObj
=
{
"text"
:
category
.
displayText
,
"text"
:
_
.
escape
(
category
.
displayText
)
,
"type"
:
typeName
,
"type"
:
typeName
,
"gType"
:
"category"
,
"gType"
:
"category"
,
"guid"
:
guid
,
"guid"
:
guid
,
...
@@ -352,7 +352,7 @@ define(['require',
...
@@ -352,7 +352,7 @@ define(['require',
var
typeName
=
term
.
typeName
||
"GlossaryTerm"
,
var
typeName
=
term
.
typeName
||
"GlossaryTerm"
,
guid
=
term
.
termGuid
,
guid
=
term
.
termGuid
,
termObj
=
{
termObj
=
{
"text"
:
term
.
displayText
,
"text"
:
_
.
escape
(
term
.
displayText
)
,
"type"
:
typeName
,
"type"
:
typeName
,
"gType"
:
"term"
,
"gType"
:
"term"
,
"guid"
:
guid
,
"guid"
:
guid
,
...
...
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