Commit 039bcad8 by Oláh István Gergely

dashboard: quickfix for last commit

parent 752c4891
......@@ -79,9 +79,9 @@ class NodeListTable(Table):
attrs={'th': {'class': 'node-list-table-admin'}},
)
monitor = TemplateColumn(
template_name='dashboard/node-list/column-monitor.html',
attrs={'th': {'class': 'node-list-table-thin'}},
admin = TemplateColumn(
template_name='dashboard/node-list/column-admin.html',
attrs={'th': {'class': 'node-list-table-admin'}},
)
details = TemplateColumn(
......
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