From a07a889cb1684771a882653235d77f625c555145 Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Fri, 10 Oct 2014 16:09:31 +0200 Subject: [PATCH] WEBUI: change icon DVR Autorec Entires --- src/webui/static/app/dvr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index a74a329b..22d83821 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -348,7 +348,7 @@ tvheadend.autorec_editor = function(panel, index) { url: 'api/dvr/autorec', titleS: 'DVR AutoRec Entry', titleP: 'DVR AutoRec Entries', - iconCls: 'wand', + iconCls: 'autoRec', tabIndex: index, columns: { enabled: { width: 50 },