github.com/hernad/nomad@v1.6.112/ui/app/routes/allocations/allocation/fs-root.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 import FSRoute from './fs'; 7 8 export default class FsRootRoute extends FSRoute { 9 templateName = 'allocations/allocation/fs'; 10 }