Fix connection url

This commit is contained in:
Beverly Nguyen
2025-04-21 15:56:19 -07:00
parent d6baaebef8
commit 3328853bd0
3 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
{% block maincolumn_content %}
{{ page_header("Message status") }}
<div data-job-id="{{ job.id }}" data-feature="{{FEATURE_SOCKET_ENABLED | lower}}">
<div data-job-id="{{ job.id }}" data-feature="{{FEATURE_SOCKET_ENABLED | lower}}" data-host="{{ api_host_name }}">
{% if not job.finished_processing %}
<div
data-resource="{{ updates_url }}"