rdt-client/client/src/app/torrent-file/torrent-file.component.html

10 lines
172 B
HTML

<td>
<i class="fas fa-file" aria-hidden="true"></i>
{{ file.path }}
</td>
<td>{{ file.bytes | filesize }}</td>
<td>
{{ file | fileStatus }}
</td>
<td></td>
<td></td>