From 00eb30861c70c915375da19bf12d6647e6637b0a Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Wed, 13 Feb 2019 08:40:02 +0530 Subject: [PATCH] Include clients.html in service-subsubmenu.html Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/templates/service-subsubmenu.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/templates/service-subsubmenu.html b/plinth/templates/service-subsubmenu.html index 4d57ee4c6..afac4e408 100644 --- a/plinth/templates/service-subsubmenu.html +++ b/plinth/templates/service-subsubmenu.html @@ -49,6 +49,10 @@

{% endif %} + {% include "clients.html" with clients=clients enabled=service.is_enabled %} + +

+ {% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %}