mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 02:09:59 +00:00
Fixed root folder deletion
This commit is contained in:
parent
ff7292bbc1
commit
61e8e180fc
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ define(
|
||||||
|
|
||||||
return Marionette.ItemView.extend({
|
return Marionette.ItemView.extend({
|
||||||
|
|
||||||
template: 'AddSeries/RootFolders/RootFolderItemTemplate',
|
template: 'AddSeries/RootFolders/ItemViewTemplate',
|
||||||
tagName : 'tr',
|
tagName : 'tr',
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
<span>{{Bytes freeSpace}}</span>
|
<span>{{Bytes freeSpace}}</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="span1 nz-row-action">
|
<td class="span1 nz-row-action">
|
||||||
<div class="btn btn-small btn-icon-only btn-danger icon-minus x-remove">
|
<div class="btn btn-small btn-icon-only btn-danger icon-minus x-delete">
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
Loading…
Reference in a new issue