Commit 1bdbabd4 by Kálmán Viktor

dashboard: fix deprecation warning

parent 851d534a
......@@ -14,7 +14,7 @@ class VmListTable(Table):
name = LinkColumn(
'dashboard.views.detail',
args=[A('pk')],
attrs={'class': 'real-link'}
attrs={'a': {'class': 'real-link'}}
)
admin = TemplateColumn(
template_name='dashboard/vm-list/column-admin.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment