Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: dvr - add DVR Configuration to finished and failed recordings,…
… too
  • Loading branch information
perexg committed Feb 10, 2015
1 parent 77d947f commit 4cfbb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/dvr.js
Expand Up @@ -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()
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 4cfbb2e

Please sign in to comment.