1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Disable quality sorting on history - since its json

This commit is contained in:
Mark McDowall
2013-09-25 21:05:08 -07:00
parent 0f4bfd7afc
commit 8d5e92d602
+3 -2
View File
@@ -61,8 +61,9 @@ define(
},
{
name : 'quality',
label: 'Quality',
cell : QualityCell
label : 'Quality',
cell : QualityCell,
sortable: false
},
{
name : 'date',