Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iobserve-ui-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iobserve-ui
iobserve-ui-frontend
899bb77dd17637987a89ea8920b17914be6e1117
iobserve-ui-frontend
app
components
entity-details.js
Find file
Normal view
Permalink
entity-details.js
89 B
Newer
Older
make objects in graph clickable which will trigger detail subroute and sidebar content
Mathis Neumann
committed
8 years ago
1
2
3
4
5
import
Ember
from
'
ember
'
;
export
default
Ember
.
Component
.
extend
({
entity
:
null
});