From 5ae6cf7abf9b5f8b146a1e27c907bf1d0946dbf3 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 15 Sep 2025 00:49:01 -0700 Subject: [PATCH] removing updatecontent function and using socketio --- app/templates/views/jobs/job.html | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/app/templates/views/jobs/job.html b/app/templates/views/jobs/job.html index f9a6a3fed..38ff39162 100644 --- a/app/templates/views/jobs/job.html +++ b/app/templates/views/jobs/job.html @@ -15,56 +15,44 @@

This page refreshes automatically to show the latest message activity delivery rates, details, and reports.
You can watch it in progress or check back later.

{% endif %}
- {% if not job.finished_processing %} + {% if not job.finished_processing and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['status']|safe }} - {% if not job.finished_processing %} + {% if not job.finished_processing and FEATURE_SOCKET_ENABLED %}
{% endif %} - {% if not finished %} + {% if not finished and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['counts']|safe }} - {% if not finished %} + {% if not finished and FEATURE_SOCKET_ENABLED %}
{% endif %}

Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear back from the carrier they have received it and attempted deliver. More information on delivery status.

- {% if not job.processing_finished %} + {% if not job.processing_finished and FEATURE_SOCKET_ENABLED %}
{% endif %} {{ partials['notifications']|safe }} - {% if not job.processing_finished %} + {% if not job.processing_finished and FEATURE_SOCKET_ENABLED %}
{% endif %}