aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/templates/lava_scheduler_app
diff options
context:
space:
mode:
authorRĂ©mi Duraffort <remi.duraffort@linaro.org>2017-03-30 10:35:03 +0200
committerNeil Williams <neil.williams@linaro.org>2017-03-30 15:47:05 +0000
commitb18e8d2937a780f4fffb058858324402b6661e5a (patch)
tree9f3babd7e6c42230c250b07531db2a4e18791fd9 /lava_scheduler_app/templates/lava_scheduler_app
parentf28af7fbee0b40c3f591ae1feffb04d5d1e417ca (diff)
log: add a link to the top and to the doc
Change-Id: I60c586b0471910e6330ab6c15a57abad8dc10c33
Diffstat (limited to 'lava_scheduler_app/templates/lava_scheduler_app')
-rw-r--r--lava_scheduler_app/templates/lava_scheduler_app/job_pipeline.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/lava_scheduler_app/templates/lava_scheduler_app/job_pipeline.html b/lava_scheduler_app/templates/lava_scheduler_app/job_pipeline.html
index 01fe35db7..ed6a6f38f 100644
--- a/lava_scheduler_app/templates/lava_scheduler_app/job_pipeline.html
+++ b/lava_scheduler_app/templates/lava_scheduler_app/job_pipeline.html
@@ -80,7 +80,7 @@
{% endblock %}
{% block content %}
-<div class="row">
+<div class="row" id="top">
<div class="col-md-6">
<dl class="dl-horizontal">
<dt>Description</dt>
@@ -270,6 +270,10 @@
<img id="log-messages" src="{{ STATIC_URL }}lava_scheduler_app/images/ajax-loader.gif" />
{% endif %}
</div>
+ <p class="pull-right"><a href="#top"><span class="glyphicon glyphicon-fast-backward"></span> Top of page</a></p>
+ {% if job.status >= job.RUNNING %}
+ <p><a href="/static/docs/v2/debugging.html">Please read the triage guidelines</a> for help on debugging failures in the test job, test definitions or in individual test cases.</p>
+ {% endif %}
</div>
<div class="tab-pane" id="Description">