summaryrefslogtreecommitdiff
path: root/web-app/static/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'web-app/static/detail.html')
-rw-r--r--web-app/static/detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-app/static/detail.html b/web-app/static/detail.html
index c0f13c1..31b3e76 100644
--- a/web-app/static/detail.html
+++ b/web-app/static/detail.html
@@ -47,7 +47,7 @@ $(function() {
// get the config to find the logs server name
$.getJSON("/env", function(data) {
- var job_logs_url = data['StaticLogsServer'] + "/" + job + "/logs";
+ var job_logs_url = "http://" + data['StaticLogsServer'] + "/" + job + "/logs";
$("<a>").attr("href", job_logs_url).html("Logs").appendTo($("#logs_url"));
$.getJSON(job_logs_url + "/tests-failing.json", function(data) {
global_job_failure_data = data