diff --git a/plinth/templates/clients.html b/plinth/templates/clients.html
index 50cb16dee..74080e838 100644
--- a/plinth/templates/clients.html
+++ b/plinth/templates/clients.html
@@ -43,7 +43,10 @@
{% if platform.type == 'web' %}
{{ client.name }} |
-
+
{% trans "Launch" %}
diff --git a/plinth/templates/service.html b/plinth/templates/service.html
index 9b8009890..e8b05fe8c 100644
--- a/plinth/templates/service.html
+++ b/plinth/templates/service.html
@@ -44,7 +44,7 @@
{% endif %}
- {% include "clients.html" with clients=clients %}
+ {% include "clients.html" with clients=clients enabled=service.is_enabled %}
{% block status %}
{% if show_status_block %}
|