]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: dvr - add DVR Configuration to finished and failed recordings, too
authorJaroslav Kysela <perex@perex.cz>
Tue, 10 Feb 2015 09:52:52 +0000 (10:52 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Feb 2015 09:52:52 +0000 (10:52 +0100)
src/webui/static/app/dvr.js

index 88631df3285e72f0751654884aef725a682165f2..0a69f073b0d7f1b171d0b81d24a00893c1619618 100644 (file)
@@ -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?<br/><br/>' +
                      '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: {