rrs: remove sorting from the 'No update reason' column

Nothing useful can come from sorting by this column.

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Belen Barros Pena 2015-08-13 14:25:35 +01:00 committed by Aníbal Limón
parent d882336f7e
commit e5d6752be6

View File

@ -293,6 +293,7 @@ $(document).ready(function() {
2: { sorter: false }, 2: { sorter: false },
5: { sorter: false }, 5: { sorter: false },
6: { sorter: false }, 6: { sorter: false },
7: { sorter: false },
} }
}); });
{% endif %} {% endif %}