aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-30 18:11:48 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-30 18:11:48 +0100
commit10f9d67f916b95579af480e9f3b935a78c61121f (patch)
tree0d20c953cba8eab7acd0e9734ffcc95b5b1beca8
parente02b1146f7eb2d457b6567883a9d5d217a63eac7 (diff)
Fix bisect compare template.
Change-Id: I54a1aa51166991f7794510e032f52e7e2bf3a485
-rw-r--r--app/dashboard/templates/other-bisect-compare-content.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/app/dashboard/templates/other-bisect-compare-content.html b/app/dashboard/templates/other-bisect-compare-content.html
index 164ff5f..f84120d 100644
--- a/app/dashboard/templates/other-bisect-compare-content.html
+++ b/app/dashboard/templates/other-bisect-compare-content.html
@@ -4,16 +4,32 @@
<span id="bisect-compare-loading-content">retrieving bisect data compared with mainline&hellip;</span>
</div>
<div id="bisect-compare-content" class="hidden">
- <p>
- The comparison with the &#171;mainline&#187; tree is based on the boot
- reports with the same board, lab name and defconfig values.
- </p>
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">Bisect comparison summary</h3>
+ </div>
+ <div class="panel-body" id="bisect-summary">
+ <div id="bisect-compare-description"></div>
+ <dl class="dl-horizontal hidden" id="dl-bisect-compare-script">
+ <dt>Bisect script</dt>
+ <dd>
+ <span id="bisect-compare-script"></span>
+ <span class="bisect-compare-desc">
+ <small>
+ (The script is made with values from the previous
+ bisect and this one)
+ </small>
+ </span>
+ </dd>
+ </dl>
+ </div>
+ </div>
{%- if is_mobile %}
- <div class="table-responsive" id="table-div">
+ <div class="table-responsive" id="table-compare-div">
{%- else %}
- <div class="table" id="table-div">
+ <div class="table" id="table-compare-div">
{%- endif %}
- <table id="bisect-compare-table" class="bisect-table table" summary="Bisect table">
+ <table id="bisect-compare-table" class="bisect-table table" summary="Bisect comparison table">
<thead>
<tr>
<th class="col-xs-1 col-sm-1 col-md-1 col-lg-1"></th>