ui/templates/job/file_row.html
<tr class="filepath" data-filepath="{{filepath}}">
<td><span class="glyphicon glyphicon-{{iconType}}" aria-hidden="true" style="margin-right:10px"></span>{{filepath}}</td>
<td class="dirCount">{{dirCount}}</td>
<td class="fileCount">{{fileCount}}</td>
<td class="fileSize" data-bytes="{{ byteCount }}">{{size}}</td>
<td class="clickable delete-file" data-url="#!" data-filepath="{{ filepath }}">
<i class="fas fa-times text-danger" title="Delete {{ filepath }}"></i>
</td>
</tr>