github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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}} />