diff --git a/plinth/templates/app.html b/plinth/templates/app.html index e50f3f12b..ea43a9989 100644 --- a/plinth/templates/app.html +++ b/plinth/templates/app.html @@ -57,21 +57,7 @@
{% endif %} - {% if clients|length == 1 %} - {% with clients|first|lookup:'platforms' as platforms %} - {% if platforms|length == 1 and platforms|first|lookup:'type' == 'web' %} - {% block launch_button %} -- - {% trans "Launch web client" %} -
- {% endblock %} - {% endif %} - {% endwith %} - {% else %} - {% include "clients.html" with clients=clients enabled=is_enabled %} - {% endif %} + {% include "toolbar.html" with clients=clients enabled=is_enabled diagnostics_module_name=diagnostics_module_name %} {% block subsubmenu %} {% if subsubmenu %} @@ -100,12 +86,6 @@ {% endif %} {% endblock %} - {% block diagnostics %} - {% if diagnostics_module_name %} - {% include "diagnostics_button.html" with module=diagnostics_module_name enabled=is_enabled %} - {% endif %} - {% endblock %} - {% include "internal-zone.html" %} {% include "port-forwarding-info.html" with service_name=name %} diff --git a/plinth/templates/clients.html b/plinth/templates/clients.html index bd84a01c0..7ac5636dd 100644 --- a/plinth/templates/clients.html +++ b/plinth/templates/clients.html @@ -22,14 +22,6 @@ {% load static %} {% if clients %} -- -
-