Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: add missing Delete action/button to the channel tag tab
  • Loading branch information
perexg committed Aug 22, 2014
1 parent cbf827f commit e5b83a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/cteditor.js
Expand Up @@ -14,6 +14,7 @@ tvheadend.cteditor = function(panel, index)
url: 'api/channeltag',
create: { }
},
del: true,
sort: {
field: 'name',
direction: 'ASC'
Expand Down

1 comment on commit e5b83a6

@ksooo
Copy link
Contributor

@ksooo ksooo commented on e5b83a6 Aug 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perexg thx.

Please sign in to comment.