summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-06-03 08:38:04 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-06-03 08:38:04 -0400
commit8b956cabc6f349b49acb4c22f2a6f54718665f9c (patch)
treefdbfe66745a0fa3708bd2405f7481c787c05eba6
parent6cf1dce5bad5864f03f9d047d49f21d76336d2d0 (diff)
adding missing http://webui-failure-logs-display
-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