mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
Fixed root folder deletion
This commit is contained in:
parent
ff7292bbc1
commit
61e8e180fc
2 changed files with 2 additions and 2 deletions
10
UI/AddSeries/RootFolders/ItemViewTemplate.html
Normal file
10
UI/AddSeries/RootFolders/ItemViewTemplate.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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 btn-danger icon-minus x-delete">
|
||||
</div>
|
||||
</td>
|
Loading…
Add table
Add a link
Reference in a new issue