open-nomad/ui/app/templates/allocations/allocation/task/fs.hbs

10 lines
366 B
Handlebars
Raw Normal View History

{{page-title this.pathWithLeadingSlash " - Task " this.taskState.name " filesystem"}}
<TaskSubnav @task={{this.taskState}} />
<Fs::Browser
@model={{this.taskState}}
@path={{this.path}}
@stat={{this.stat}}
@isFile={{this.isFile}}
@directoryEntries={{this.directoryEntries}}
@sortProperty={{this.sortProperty}}
@sortDescending={{this.sortDescending}} />