1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-15 15:32:33 +01:00
Radarr/UI/AddSeries/RootFolders/ItemViewTemplate.html
2013-07-11 14:28:57 -07:00

11 lines
272 B
HTML

<td class="span10 x-folder folder-path">
{{path}}
</td>
<td class="span3 x-folder folder-free-space">
<span>{{Bytes freeSpace}}</span>
</td>
<td class="span1 nz-row-action">
<div class="btn btn-small btn-icon-only icon-nd-delete x-delete">
</div>
</td>