Merge "Make size columns be text wrapped in admin dashboard"
This commit is contained in:
commit
5fe579d3ac
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user