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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
212 B
JavaScript
Raw Normal View History

import Controller from '@ember/controller';
// The WithNamespaceResetting Mixin uses Controller Injection and requires us to keep this controller around
export default class JobsController extends Controller {}