2020-07-09 20:19:07 +00:00
|
|
|
{{title this.pathWithLeadingSlash " - Allocation " this.allocation.shortId " filesystem"}}
|
|
|
|
<AllocationSubnav @allocation={{this.allocation}} />
|
2020-06-01 19:03:56 +00:00
|
|
|
<Fs::Browser
|
2020-07-09 20:19:07 +00:00
|
|
|
@model={{this.allocation}}
|
|
|
|
@path={{this.path}}
|
|
|
|
@stat={{this.stat}}
|
|
|
|
@isFile={{this.isFile}}
|
|
|
|
@directoryEntries={{this.directoryEntries}}
|
|
|
|
@sortProperty={{this.sortProperty}}
|
|
|
|
@sortDescending={{this.sortDescending}} />
|