github.com/hernad/nomad@v1.6.112/ui/app/controllers/jobs.js (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  import Controller from '@ember/controller';
     7  
     8  // The WithNamespaceResetting Mixin uses Controller Injection and requires us to keep this controller around
     9  export default class JobsController extends Controller {}