Merge "Make size columns be text wrapped in admin dashboard"

This commit is contained in:
Jenkins 2015-02-13 00:17:27 +00:00 committed by Gerrit Code Review
commit 5fe579d3ac
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class AdminInstancesTable(tables.DataTable):
attrs={'data-type': "ip"})
size = tables.Column(project_tables.get_size,
verbose_name=_("Size"),
classes=('nowrap-col',),
attrs={'data-type': 'size'})
status = tables.Column(
"status",