244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
10 lines
385 B
Handlebars
10 lines
385 B
Handlebars
{{title this.pathWithLeadingSlash " - Allocation " this.allocation.shortId " filesystem"}}
|
|
<AllocationSubnav @allocation={{this.allocation}} />
|
|
<Fs::Browser
|
|
@model={{this.allocation}}
|
|
@path={{this.path}}
|
|
@stat={{this.stat}}
|
|
@isFile={{this.isFile}}
|
|
@directoryEntries={{this.directoryEntries}}
|
|
@sortProperty={{this.sortProperty}}
|
|
@sortDescending={{this.sortDescending}} /> |