2023-04-10 15:36:59 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2017-12-15 21:39:18 +00:00
|
|
|
import Controller from '@ember/controller';
|
2017-10-20 05:04:21 +00:00
|
|
|
|
2021-12-17 16:29:36 +00:00
|
|
|
// The WithNamespaceResetting Mixin uses Controller Injection and requires us to keep this controller around
|
|
|
|
export default class JobsController extends Controller {}
|