Commit 13d94b4e by Kálmán Viktor

dashboard: template list fixes

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