github.com/hernad/nomad@v1.6.112/ui/app/templates/allocations/allocation/task/fs.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 {{page-title this.pathWithLeadingSlash " - Task " this.taskState.name " filesystem"}} 7 <TaskSubnav @task={{this.taskState}} /> 8 <Fs::Browser 9 @model={{this.taskState}} 10 @path={{this.path}} 11 @stat={{this.stat}} 12 @isFile={{this.isFile}} 13 @directoryEntries={{this.directoryEntries}} 14 @sortProperty={{this.sortProperty}} 15 @sortDescending={{this.sortDescending}} />