~liuyq0307/linaro-android-frontend/fix-878832

« back to all changes in this revision

Viewing changes to android_build/templates/buildDetails.html

  • Committer: Yongqin Liu
  • Date: 2011-10-27 08:23:34 UTC
  • Revision ID: yongqin.liu@linaro.org-20111027082334-k5c8wo2b2wobjiyr
show multiple lava-job for the build of android.
1. need to change the format of lava-job-info
2. need to add a retest button to resubmit the test job and change the content of the lava-job-info

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                      </pre> -->
69
69
      </dd>
70
70
      <dt>
71
 
        Test results
 
71
        Test results {% if canBuild %}<input type='button' name='retest' value='Retest'/>{% endif %}
72
72
      </dt>
73
73
      <dd>
74
 
        <p id="testresults">
 
74
        <p>
 
75
            <span id="testlist"></span>
 
76
        </p>
 
77
        <p id="testresult">
75
78
          Hi.
76
79
        </p>
77
80
      </dd>