Commit 1bdbabd4 by Kálmán Viktor

dashboard: fix deprecation warning

parent 851d534a
...@@ -14,7 +14,7 @@ class VmListTable(Table): ...@@ -14,7 +14,7 @@ class VmListTable(Table):
name = LinkColumn( name = LinkColumn(
'dashboard.views.detail', 'dashboard.views.detail',
args=[A('pk')], args=[A('pk')],
attrs={'class': 'real-link'} attrs={'a': {'class': 'real-link'}}
) )
admin = TemplateColumn( admin = TemplateColumn(
template_name='dashboard/vm-list/column-admin.html', 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