open-nomad/ui/app/adapters/node.js
Michael Lange 651ae19d25 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();