]> 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>
Thu, 18 May 2017 07:23:53 +0000 (09:23 +0200)
src/webui/static/app/dvr.js

index bd6130e6d86733cb053692410422626e705657cd..f6e7881a8b0d66293a627e12878e80a9c0958e28 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',