2019-07-02 21:42:38 +00:00
|
|
|
<tr data-test-entry>
|
|
|
|
<td>
|
|
|
|
{{#link-to "allocations.allocation.task.fs" task.allocation task pathToEntry activeClass="is-active"}}
|
|
|
|
{{#if entry.IsDir}}
|
2019-07-08 15:36:56 +00:00
|
|
|
{{x-icon "folder-outline"}}
|
2019-07-02 21:42:38 +00:00
|
|
|
{{else}}
|
2019-07-08 15:36:56 +00:00
|
|
|
{{x-icon "file-outline"}}
|
2019-07-02 21:42:38 +00:00
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<span class="name" data-test-name>{{entry.Name}}</span>
|
|
|
|
{{/link-to}}
|
|
|
|
</td>
|
|
|
|
<td class="has-text-right" data-test-size>{{#unless entry.IsDir}}{{format-bytes entry.Size}}{{/unless}}</td>
|
|
|
|
<td class="has-text-right" title={{format-ts entry.ModTime}} data-test-last-modified>{{moment-from entry.ModTime interval=1000}}</td>
|
|
|
|
</tr>
|