Commit 8eb40129 by Kálmán Viktor

dashboard: i18n for a column name

parent 05dec61d
...@@ -148,6 +148,7 @@ class TemplateListTable(Table): ...@@ -148,6 +148,7 @@ class TemplateListTable(Table):
) )
resources = TemplateColumn( resources = TemplateColumn(
template_name="dashboard/template-list/column-template-resources.html", template_name="dashboard/template-list/column-template-resources.html",
verbose_name=_("Resources"),
attrs={'th': {'data-sort': "int"}}, attrs={'th': {'data-sort': "int"}},
order_by=("ram_size"), order_by=("ram_size"),
) )
......
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