Commit 6afddec8 by Őry Máté

dashboard: fix pep8

parent fd9c6e60
...@@ -291,12 +291,14 @@ class VmList(SingleTableView): ...@@ -291,12 +291,14 @@ class VmList(SingleTableView):
table_class = VmListTable table_class = VmListTable
table_pagination = False table_pagination = False
class NodeList(SingleTableView): class NodeList(SingleTableView):
template_name = "dashboard/node-list.html" template_name = "dashboard/node-list.html"
model = Node model = Node
table_class = NodeListTable table_class = NodeListTable
table_pagination = False table_pagination = False
class VmCreate(TemplateView): class VmCreate(TemplateView):
def get_template_names(self): def get_template_names(self):
......
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