Merge "Instance Size (flavor) column is sortable when it should not"

This commit is contained in:
Jenkins 2016-07-11 21:23:19 +00:00 committed by Gerrit Code Review
commit 085396e665

View File

@ -144,8 +144,8 @@ class AdminInstancesTable(tables.DataTable):
verbose_name=_("IP Address"),
attrs={'data-type': "ip"})
size = tables.Column(project_tables.get_size,
verbose_name=_("Size"),
attrs={'data-type': 'size'})
sortable=False,
verbose_name=_("Size"))
status = tables.Column(
"status",
filters=(title, filters.replace_underscores),