]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: add missing Delete action/button to the channel tag tab
authorJaroslav Kysela <perex@perex.cz>
Fri, 22 Aug 2014 06:32:42 +0000 (08:32 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 22 Aug 2014 06:32:42 +0000 (08:32 +0200)
src/webui/static/app/cteditor.js

index e2843ee85a53129a1b8f91c2e719ac1290e1f262..2757e931bffc7bdf39d73c8340d6bef4478b2f10 100644 (file)
@@ -14,6 +14,7 @@ tvheadend.cteditor = function(panel, index)
             url: 'api/channeltag',
             create: { }
         },
+        del: true,
         sort: {
           field: 'name',
           direction: 'ASC'