mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Toggle episode monitored status from the table
This commit is contained in:
@@ -28,11 +28,12 @@ define(
|
||||
columns:
|
||||
[
|
||||
{
|
||||
name : 'ignored',
|
||||
name : 'monitored',
|
||||
label : '',
|
||||
cell : ToggleCell,
|
||||
trueClass : 'icon-bookmark-empty',
|
||||
falseClass: 'icon-bookmark'
|
||||
trueClass : 'icon-bookmark',
|
||||
falseClass: 'icon-bookmark-empty',
|
||||
tooltip : 'Toggle monitored status'
|
||||
},
|
||||
{
|
||||
name : 'episodeNumber',
|
||||
|
Reference in New Issue
Block a user