sort the os_ver in the web interface (#663)

This commit is contained in:
Oliver Gorwits
2019-10-15 18:23:34 +01:00
committed by GitHub
parent 884a75a866
commit ecc9c6f209
4 changed files with 23 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ $(document).ready(function() {
}
}, {
"data": 'os_ver',
"type": 'versionsort',
"render": function(data, type, row, meta) {
return he.encode(data || '');
}