Commit 9af13b05 by Kálmán Viktor

dashboard: remove new notifications couunt from IndexView

parent 7b9c61fb
...@@ -105,10 +105,6 @@ class IndexView(LoginRequiredMixin, TemplateView): ...@@ -105,10 +105,6 @@ class IndexView(LoginRequiredMixin, TemplateView):
'stopped_vm_num': stopped.count() 'stopped_vm_num': stopped.count()
}) })
# notifications
context['new_notifications'] = user.notification_set.filter(
status="new").count()
# nodes # nodes
if user.is_superuser: if user.is_superuser:
nodes = Node.objects.all() nodes = Node.objects.all()
......
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