Commit 13d94b4e by Kálmán Viktor

dashboard: template list fixes

parent df469739
......@@ -321,7 +321,7 @@ a.hover-black {
}
.template-list-table-thin {
width: 95px;
width: 100px;
}
......
......@@ -225,8 +225,7 @@ class TemplateListTable(Table):
attrs = {'class': ('table table-bordered table-striped table-hover'
' template-list-table')}
fields = ('name', 'num_cores', 'ram_size', 'arch',
'system', 'access_method', 'lease', 'state',
'actions', )
'system', 'access_method', 'lease', 'actions', )
class LeaseListTable(Table):
......
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