]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: DVR - create new entry manually, add priority field to the dialog
authorJaroslav Kysela <perex@perex.cz>
Thu, 18 May 2017 07:23:37 +0000 (09:23 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 22 May 2017 12:03:07 +0000 (14:03 +0200)
src/webui/static/app/dvr.js

index b4ace35ad855d35ce22dc50b4b2587805a992af1..49671697340d94ed7126ca3d383ecd6bf818c125 100644 (file)
@@ -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',