github.com/hernad/nomad@v1.6.112/ui/app/controllers/jobs/job/dispatch.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  // This may be safe to remove but we can't be sure, some route may try access this directly using this.controllerFor
     9  export default class JobsJobDispatchController extends Controller {}