Files
nomad/ui/app/controllers/allocations/allocation.js
Michael Lange 0d2efb0f1a Create a new task route hierarchy
Drilling into a task from an allocation transitions to the task
heirarchy.
2017-11-14 11:04:40 -08:00

6 lines
97 B
JavaScript

import Ember from 'ember';
const { Controller } = Ember;
export default Controller.extend({});