From: Jaroslav Kysela Date: Tue, 10 Feb 2015 09:52:52 +0000 (+0100) Subject: WEBUI: dvr - add DVR Configuration to finished and failed recordings, too X-Git-Tag: v4.1~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cfbb2e02445ed2bacec36bdda5a8dbd09f7734e;p=thirdparty%2Ftvheadend.git WEBUI: dvr - add DVR Configuration to finished and failed recordings, too --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 88631df32..0a69f073b 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -284,7 +284,7 @@ tvheadend.dvr_finished = function(panel, index) { 'The associated file will be removed from the storage.', list: 'disp_title,episode,start_real,stop_real,' + 'duration,filesize,channelname,owner,creator,' + - 'sched_status,errors,data_errors,url,comment', + 'config_name,sched_status,errors,data_errors,url,comment', columns: { filesize: { renderer: tvheadend.filesizeRenderer() @@ -363,7 +363,7 @@ tvheadend.dvr_failed = function(panel, index) { delquestion: 'Do you really want to delete the selected recordings?

' + 'The associated file will be removed from the storage.', list: 'disp_title,episode,start_real,stop_real,' + - 'duration,filesize,channelname,owner,creator,' + + 'duration,filesize,channelname,owner,creator,config_name,' + 'status,sched_status,errors,data_errors,url,comment', columns: { filesize: {