From: Jaroslav Kysela Date: Thu, 18 May 2017 07:23:37 +0000 (+0200) Subject: WEBUI: DVR - create new entry manually, add priority field to the dialog X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f22d943bf622dda96ec8ea961498e7581ffe35e5;p=thirdparty%2Ftvheadend.git WEBUI: DVR - create new entry manually, add priority field to the dialog --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index bd6130e6d..f6e7881a8 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -201,10 +201,10 @@ tvheadend.filesizeRenderer = function(st) { tvheadend.dvr_upcoming = function(panel, index) { var actions = tvheadend.dvrRowActions(); - var list = 'disp_title,channel,start,start_extra,stop,stop_extra,config_name,comment'; + var list = 'disp_title,channel,start,start_extra,stop,stop_extra,pri,config_name,comment'; var elist = 'enabled,' + (tvheadend.accessUpdate.admin ? - list + ',owner,creator' : list) + ',pri,retention,removal'; + list + ',owner,creator' : list) + ',retention,removal'; var stopButton = { name: 'stop',