Commit 2e7be8de by Oláh István Gergely

dashboard: quickfix in view, close #129

parent c58f55f8
...@@ -981,7 +981,6 @@ class NodeList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView): ...@@ -981,7 +981,6 @@ class NodeList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView):
class GroupList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView): class GroupList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView):
template_name = "dashboard/group-list.html" template_name = "dashboard/group-list.html"
model = Group
table_class = GroupListTable table_class = GroupListTable
table_pagination = False table_pagination = False
......
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