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
c4d47974
Commit
c4d47974
authored
Sep 11, 2015
by
Venkatesh Seetharam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-110 UI: Lineage should be clickable. Contributed by Vishal Kadam
parent
1e1ed482
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lineageController.js
dashboard/public/modules/lineage/lineageController.js
+5
-0
release-log.txt
release-log.txt
+1
-0
No files found.
dashboard/public/modules/lineage/lineageController.js
View file @
c4d47974
...
...
@@ -35,6 +35,11 @@ angular.module('dgc.lineage').controller('LineageController', ['$element', '$sco
if
(
callRender
)
{
render
();
}
})
.
on
(
"dblclick"
,
function
(
d
)
{
$state
.
go
(
"details"
,
{
id
:
d
.
guid
});
});
}
else
{
$scope
.
requested
=
false
;
...
...
release-log.txt
View file @
c4d47974
...
...
@@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ALL CHANGES:
ATLAS-110 UI: Lineage should be clickable (Vishal Kadam via Venkatesh Seetharam)
ATLAS-112 UI: Make lineage graph extensible for multiple nodes (Vishal Kadam
via Venkatesh Seetharam)
ATLAS-152 TimeStamp fields not showing the details tab (Vishal Kadam
...
...
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