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
94955c8b08
open-nomad
/
ui
/
app
/
adapters
/
node.js
4 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Watch nodes and allocs on the nodes list page
2018-02-16 19:02:43 +00:00
import
Watchable
from
'./watchable'
;
sync
2017-09-19 14:47:10 +00:00
Remove unused findAllocations method in both job and node This was replaced with a relationship at some point.
2018-07-05 18:24:14 +00:00
export
default
Watchable
.
extend
(
)
;