github.com/hernad/nomad@v1.6.112/ui/app/routes/index.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 import Route from '@ember/routing/route'; 7 8 export default class IndexRoute extends Route { 9 redirect() { 10 this.transitionTo('jobs'); 11 } 12 }