open-nomad/ui/app/controllers/jobs/job/dispatch.js
2021-12-23 12:41:52 -05:00

5 lines
231 B
JavaScript

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 {}