Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions app/dashboard/templates/jobs-job-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,39 +62,6 @@ <h3>Available Kernels</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="page-header">
<h3>Trends</h3>
</div>
<div>
<h4>Build Pass Rate</h4>
<div id="build-pass-rate">
<div class="pull-center">
<span id="build-count">
<small>
<i class="fa fa-circle-o-notch fa-spin fa-fw"></i>
&nbsp;calculating build pass rate&hellip;
</small>
</span>
</div>
</div>
</div>
<div>
<h4>Test Pass Rate</h4>
<div id="test-pass-rate">
<div class="pull-center">
<span id="test-count">
<small>
<i class="fa fa-circle-o-notch fa-spin fa-fw"></i>
&nbsp;calculating test pass rate&hellip;
</small>
</span>
</div>
</div>
</div>
</div>
</div>
<input type="hidden" id="job-name" value="{{ job_name }}">
<input type="hidden" id="search-filter" value="{{ search_filter }}">
<input type="hidden" id="page-len" value="{{ page_len }}">
Expand Down
33 changes: 0 additions & 33 deletions app/dashboard/templates/jobs-job.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,39 +62,6 @@ <h3>Available Kernels</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="page-header">
<h3>Trends</h3>
</div>
<div>
<h4>Build Pass Rate</h4>
<div id="build-pass-rate">
<div class="pull-center">
<span id="build-count">
<small>
<i class="fa fa-circle-o-notch fa-spin fa-fw"></i>
&nbsp;calculating build pass rate&hellip;
</small>
</span>
</div>
</div>
</div>
<div>
<h4>Test Pass Rate</h4>
<div id="test-pass-rate">
<div class="pull-center">
<span id="test-count">
<small>
<i class="fa fa-circle-o-notch fa-spin fa-fw"></i>
&nbsp;calculating test pass rate&hellip;
</small>
</span>
</div>
</div>
</div>
</div>
</div>
<input type="hidden" id="job-name" value="{{ job }}">
<input type="hidden" id="search-filter" value="{{ search_filter }}">
<input type="hidden" id="page-len" value="{{ page_len }}">
Expand Down