This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
af0fc0f9ef
open-nomad
/
ui
/
app
/
controllers
/
allocations
/
allocation.js
4 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use the new ember modules imports Generated with a codemode: https://github.com/ember-cli/ember-modules-codemod
2017-12-15 21:39:18 +00:00
import
Controller
from
'@ember/controller'
;
sync
2017-09-19 14:47:10 +00:00
Create a new task route hierarchy Drilling into a task from an allocation transitions to the task heirarchy.
2017-10-30 20:39:15 +00:00
export
default
Controller
.
extend
(
{
}
)
;