Make size columns be text wrapped in admin dashboard

The size columns are not consistent in admin or project.
This patch make size columns be text wrapped in admin.

Change-Id: I4da6f230f5b17b53ecc8cc7cb201db363ba9bc07
Closes-Bug: #1415652
This commit is contained in:
Wu Wenxiang 2015-02-03 19:57:46 +08:00
parent 594692ff71
commit 1a866d36fd
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",