From 9c53c6e60c16676cc5320fece7441c9273ab89a4 Mon Sep 17 00:00:00 2001 From: Christian Glatthard Date: Thu, 13 Aug 2015 23:43:08 +0200 Subject: [PATCH] remove notifications from dashboard --- ipynbsrv/web/templates/web/dashboard.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ipynbsrv/web/templates/web/dashboard.html b/ipynbsrv/web/templates/web/dashboard.html index 31f3c5c..1f965e0 100644 --- a/ipynbsrv/web/templates/web/dashboard.html +++ b/ipynbsrv/web/templates/web/dashboard.html @@ -19,8 +19,6 @@

Dashboard

Running containers

{% include 'web/snippets/container_grid.html' with containers=containers csrf_token=csrf_token only %} -

Recent activities

- notifications {% endblock %} @@ -35,4 +33,4 @@

Recent activities

}); }); -{% endblock %} +{% endblock %} \ No newline at end of file