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
1 changed files with 4 additions and 3 deletions

View File

@ -62,7 +62,8 @@ define(
{ {
name : 'quality', name : 'quality',
label : 'Quality', label : 'Quality',
cell : QualityCell cell : QualityCell,
sortable: false
}, },
{ {
name : 'date', name : 'date',