From: Jaroslav Kysela Date: Fri, 22 Aug 2014 06:32:42 +0000 (+0200) Subject: webui: add missing Delete action/button to the channel tag tab X-Git-Tag: v4.1~1487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b83a6a7cba7716e860170ab3fbf51119b7a5d8;p=thirdparty%2Ftvheadend.git webui: add missing Delete action/button to the channel tag tab --- diff --git a/src/webui/static/app/cteditor.js b/src/webui/static/app/cteditor.js index e2843ee85..2757e931b 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'