From e5b83a6a7cba7716e860170ab3fbf51119b7a5d8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 22 Aug 2014 08:32:42 +0200 Subject: [PATCH] webui: add missing Delete action/button to the channel tag tab --- src/webui/static/app/cteditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/cteditor.js b/src/webui/static/app/cteditor.js index e2843ee8..2757e931 100644 --- a/src/webui/static/app/cteditor.js +++ b/src/webui/static/app/cteditor.js @@ -14,6 +14,7 @@ tvheadend.cteditor = function(panel, index) url: 'api/channeltag', create: { } }, + del: true, sort: { field: 'name', direction: 'ASC'