From: Loic Baron Date: Thu, 7 May 2015 16:01:18 +0000 (+0200) Subject: Template: Homeview adding Monitoring for OneLab X-Git-Tag: myslice-1.4~12 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=eae0d6c8743dfdc653efb1517a549d82b9776c67 Template: Homeview adding Monitoring for OneLab --- diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 57c1e679..955ab16a 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -141,4 +141,8 @@ + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} {% endblock %}