webui: add missing Delete action/button to the channel tag tab
This commit is contained in:
parent
cbf827fafd
commit
e5b83a6a7c
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ tvheadend.cteditor = function(panel, index)
|
|||
url: 'api/channeltag',
|
||||
create: { }
|
||||
},
|
||||
del: true,
|
||||
sort: {
|
||||
field: 'name',
|
||||
direction: 'ASC'
|
||||
|
|
Loading…
Add table
Reference in a new issue