'sched_status',
sort: {
field: 'start_real',
- direction: 'DESC'
+ direction: 'ASC'
},
plugins: [actions],
lcol: [actions],
},
sort: {
field: 'start_real',
- direction: 'DESC'
+ direction: 'ASC'
},
plugins: [actions],
lcol: [
'status,sched_status',
sort: {
field: 'start_real',
- direction: 'DESC'
+ direction: 'ASC'
},
plugins: [actions],
lcol: [actions],
create: { }
},
del: true,
- sort: {
- field: 'name',
- direction: 'ASC'
- },
help: function() {
new tvheadend.help('DVR', 'config_dvr.html');
},