{{#if model.isRunning}} {{#if isFile}} {{#fs/file allocation=allocation task=task file=path stat=stat class="fs-explorer"}} {{fs/breadcrumbs allocation=allocation task=task path=path}} {{/fs/file}} {{else}}
{{fs/breadcrumbs allocation=allocation task=task path=path}}
{{#if directoryEntries}} {{#list-table source=sortedDirectoryEntries sortProperty=sortProperty sortDescending=sortDescending class="boxed-section-body is-full-bleed is-compact" as |t|}} {{#t.head}} {{#t.sort-by prop="Name" class="is-two-thirds"}}Name{{/t.sort-by}} {{#t.sort-by prop="Size" class="has-text-right"}}File Size{{/t.sort-by}} {{#t.sort-by prop="ModTime" class="has-text-right"}}Last Modified{{/t.sort-by}} {{/t.head}} {{#t.body as |row|}} {{fs/directory-entry path=path allocation=allocation task=task entry=row.model}} {{/t.body}} {{/list-table}} {{else}}

No Files

Directory is currently empty.

{{/if}}
{{/if}} {{else}}

{{capitalize type}} is not Running

Cannot access files of a{{if allocation 'n'}} {{type}} that is not running.

{{/if}}