2021-02-17 21:01:44 +00:00
|
|
|
{{page-title this.pathWithLeadingSlash " - Task " this.taskState.name " filesystem"}}
|
2020-07-09 20:19:07 +00:00
|
|
|
<TaskSubnav @task={{this.taskState}} />
|
2020-06-01 19:03:56 +00:00
|
|
|
<Fs::Browser
|
2020-07-09 20:19:07 +00:00
|
|
|
@model={{this.taskState}}
|
|
|
|
@path={{this.path}}
|
|
|
|
@stat={{this.stat}}
|
|
|
|
@isFile={{this.isFile}}
|
|
|
|
@directoryEntries={{this.directoryEntries}}
|
|
|
|
@sortProperty={{this.sortProperty}}
|
|
|
|
@sortDescending={{this.sortDescending}} />
|