open-nomad/ui/app/controllers/jobs/job/dispatch.js

5 lines
231 B
JavaScript
Raw Normal View History

import Controller from '@ember/controller';
// This may be safe to remove but we can't be sure, some route may try access this directly using this.controllerFor
export default class JobsJobDispatchController extends Controller {}