aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-16 14:17:36 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-16 14:17:36 +0100
commitc3c3b0fc1d903393a81a97d47c9f3b5c8c8da189 (patch)
tree0a6a18f326406f42d11e29e126ab7f2040e82045
parentc410e6048cefd90e17a1356fa32e8aa9592eb670 (diff)
Update bisect sections: add IDs.
Change-Id: Iee063fed816f29ed572cb4448e860a516c4d2edd
-rw-r--r--app/dashboard/templates/boots-id.html4
-rw-r--r--app/dashboard/templates/builds-job-kernel-defconf.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/dashboard/templates/boots-id.html b/app/dashboard/templates/boots-id.html
index 39d9e83..937e761 100644
--- a/app/dashboard/templates/boots-id.html
+++ b/app/dashboard/templates/boots-id.html
@@ -111,7 +111,7 @@
<h3>Boot Bisect for Board &#171;{{ board }}&#187;</h3>
</div>
<div class="hidden" id="bisect-div">
- <div class="other-header">
+ <div id="bisect-default" class="other-header">
<h4>Default bisect</h4>
{# Placeholder for the show/hide button created dynamically #}
<span class="pull-right" id="bootb-showhide"></span>
@@ -121,7 +121,7 @@
{%- include "other-bisect-content.html" %}
</div>
<div class="hidden" id="bisect-compare-div">
- <div class="other-header">
+ <div id="bisect-compared" class="other-header">
<h4>Compared to &#171;mainline&#187;</h4>
{# Placeholder for the show/hide button created dynamically #}
<span class="pull-right" id="bootb-compare-showhide"></span>
diff --git a/app/dashboard/templates/builds-job-kernel-defconf.html b/app/dashboard/templates/builds-job-kernel-defconf.html
index 9945725..446653d 100644
--- a/app/dashboard/templates/builds-job-kernel-defconf.html
+++ b/app/dashboard/templates/builds-job-kernel-defconf.html
@@ -117,7 +117,7 @@
<div class="row hidden" id="bisect">
<div class="page-header"><h3>Build Bisect</h3></div>
<div class="hidden" id="bisect-div">
- <div class="other-header">
+ <div id="bisect-default" class="other-header">
<h4>Default bisect</h4>
{# Placeholder for the show/hide button created dynamically #}
<span class="pull-right" id="buildb-showhide"></span>
@@ -127,7 +127,7 @@
{%- include "other-bisect-content.html" %}
</div>
<div class="hidden" id="bisect-compare-div">
- <div class="other-header">
+ <div id="bisect-compared" class="other-header">
<h4>Compared to &#171;mainline&#187;</h4>
{# Placeholder for the show/hide button created dynamically #}
<span class="pull-right" id="buildb-compare-showhide"></span>