From 1a866d36fd67716a5f4c10fa270ab7cb542b85a9 Mon Sep 17 00:00:00 2001 From: Wu Wenxiang Date: Tue, 3 Feb 2015 19:57:46 +0800 Subject: [PATCH] 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 --- openstack_dashboard/dashboards/admin/instances/tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/dashboards/admin/instances/tables.py b/openstack_dashboard/dashboards/admin/instances/tables.py index 1b85b65ea8..342eed0908 100644 --- a/openstack_dashboard/dashboards/admin/instances/tables.py +++ b/openstack_dashboard/dashboards/admin/instances/tables.py @@ -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",