results of search table should be sorted by cosmos (#599)

This commit is contained in:
tamarrow
2016-04-29 12:27:25 -07:00
parent 8b95f5e69a
commit 6c5348e8e4

View File

@@ -311,7 +311,7 @@ def package_search_table(search_results):
package_ = copy.deepcopy(package)
packages.append(package_)
tb = table(fields, packages, sortby="NAME")
tb = table(fields, packages)
tb.align['NAME'] = 'l'
tb.align['VERSION'] = 'l'
tb.align['SELECTED'] = 'l'