{% load static %} {% include "header.html" %} {% include "navigation.html"%}


{% if data.task.interface_status == 'running' %} {% if data.task.requires_proxy_auth and not data.task.container.disable_http_basicauth_embedding %}

Some web browsers (i.e. Safari) might require to manually re-enter the above user credentials. You can copy-paste them, or switch to a web browser which supports embedding user credentials in the connection URL (as Chorme, Edge or Firefox).

{% endif %} {% endif %}


{% include "footer.html" %}