github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/templates/allocations/allocation/fs.hbs (about) 1 {{page-title this.pathWithLeadingSlash " - Allocation " this.allocation.shortId " filesystem"}} 2 <AllocationSubnav @allocation={{this.allocation}} /> 3 <Fs::Browser 4 @model={{this.allocation}} 5 @path={{this.path}} 6 @stat={{this.stat}} 7 @isFile={{this.isFile}} 8 @directoryEntries={{this.directoryEntries}} 9 @sortProperty={{this.sortProperty}} 10 @sortDescending={{this.sortDescending}} />