Skip to content
Snippets Groups Projects
Commit 1c74047a authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral: web interface adjustment

- add the LL job ID to the title displayed on the index.html page
parent 8edc03d5
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,7 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_
# address by which client has contacted us
netloc = bottle.request.urlparts[1]
server_address = "http://%s" % netloc
yield "<html><body>\n<h3>%s %s %s</h3>\n<p>\n" % (job_tag, netloc, " ".join(sorted(instruments)))
yield "<html><body>\n<h3>%s %s %s %s</h3>\n<p>\n" % (job_tag, os.environ.get("GSTLAL_LL_JOB"), netloc, " ".join(sorted(instruments)))
for route in sorted(bottle.default_app().routes, key = lambda route: route.rule):
# don't create links back to this page
if route.rule in ("/", "/index.html"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment