1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-10-31 00:07:55 +02:00
Files
Sonarr/UI/AddSeries/RootFolders/RootFolderItemTemplate.html

11 lines
244 B
HTML
Raw Normal View History

<td class="span10 x-folder clickable">
{{path}}
</td>
<td class="span3 x-folder clickable">
<span>{{freeSpaceString}}</span>
2013-01-25 09:54:45 -08:00
</td>
<td class="span1 nz-row-action">
<div class="btn btn-danger icon-minus x-remove">
2013-02-21 22:18:36 -08:00
</div>
</td>