mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
This rethinks namespaces as a filter on list pages rather than a global setting. The biggest net-new feature here is being able to select All (*) to list all jobs or CSI volumes across namespaces.
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
import Controller from '@ember/controller';
|
|
|
|
export default class JobsController extends Controller {}
|