Files
nomad/ui/app/adapters/node.js
Michael Lange 566c5843de Remove unused findAllocations method in both job and node
This was replaced with a relationship at some point.
2018-07-05 11:25:38 -07:00

4 lines
73 B
JavaScript

import Watchable from './watchable';
export default Watchable.extend();