From 755a5b08433ee8860f1966f50c57fc3ced7161e6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Sep 2014 21:17:36 +0200 Subject: [PATCH] WEBUI JS: DVR autorec - fixed enable/enabled typo, better grid row column sizes --- src/webui/static/app/dvr.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 1f438a2f..af6866e1 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -316,16 +316,31 @@ tvheadend.autorec_editor = function(panel, index) { titleP: 'DVR AutoRec Entries', iconCls: 'wand', tabIndex: index, + columns: { + enabled: { width: 50 }, + title: { width: 300 }, + channel: { width: 200 }, + tag: { width: 200 }, + content_type: { width: 100 }, + minduration: { width: 80 }, + maxduration: { width: 80 }, + weekdays: { width: 160 }, + start: { width: 100 }, + pri: { width: 80 }, + config_name: { width: 120 }, + creator: { width: 200 }, + comment: { width: 200 }, + }, add: { url: 'api/dvr/autorec', params: { - list: 'enable,title,channel,tag,content_type,minduration,' + + list: 'enabled,title,channel,tag,content_type,minduration,' + 'maxduration,weekdays,start,pri,config_name,comment', }, create: { } }, del: true, - list: 'enable,title,channel,tag,content_type,minduration,' + + list: 'enabled,title,channel,tag,content_type,minduration,' + 'maxduration,weekdays,start,pri,config_name,creator,comment', sort: { field: 'name',