diff --git a/zoe_api/web/templates/status.jinja2 b/zoe_api/web/templates/status.jinja2 index 29d62b7adacd076c808e4e87ab152a15bd46f96e..d1e0eeda6c7442b2ad4dfcfb275e7cb048735c52 100644 --- a/zoe_api/web/templates/status.jinja2 +++ b/zoe_api/web/templates/status.jinja2 @@ -240,7 +240,7 @@ {% if service.backend_status == "started" %} {% if user.role.can_operate_others %} - {{ service['name'] }} + {{ service['execution_id'] }}:{{ service['name'] }} {% else %} {{ service['name'] }} {% endif %}