mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
added feature flag
This commit is contained in:
@@ -4,6 +4,7 @@ from functools import partial
|
||||
|
||||
from flask import (
|
||||
Response,
|
||||
current_app,
|
||||
abort,
|
||||
jsonify,
|
||||
redirect,
|
||||
@@ -59,6 +60,7 @@ def view_job(service_id, job_id):
|
||||
filter_args["status"] = set_status_filters(filter_args)
|
||||
return render_template(
|
||||
"views/jobs/job.html",
|
||||
FEATURE_SOCKET_ENABLED=current_app.config["FEATURE_SOCKET_ENABLED"],
|
||||
job=job,
|
||||
status=request.args.get("status", ""),
|
||||
updates_url=url_for(
|
||||
|
||||
Reference in New Issue
Block a user