Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit a5250cc

Browse files
committed
Switch graph to use svg instead of png
1 parent 7e17f89 commit a5250cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mungegithub/submit-queue/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2 class="md-title" ng-show="cntl.OverallHealth.length > 0">Overall Health: {{
171171
<p>Health percents are the fraction of the time that a given job is stable for the last day, or since the submit queue restarted ({{ cntl.sqStats.StartTime | date:'medium'}})</span>, whichever is shorter. The <a href="http://storage.googleapis.com/kubernetes-test-history/static/index.html"><strong>24-Hour Test Report</strong></a> shows more detail, along with a list of flaky and broken tests in merge-blocking jobs.
172172
</p>
173173
<p>
174-
<img src="http://storage.googleapis.com/kubernetes-test-history/k8s-queue-health.png" style="max-width: 100%"/>
174+
<img src="http://storage.googleapis.com/kubernetes-test-history/k8s-queue-health.svg" style="max-width: 100%"/>
175175
</p>
176176
</md-tab-body>
177177
</md-tab>
@@ -242,7 +242,7 @@ <h2 class="md-title">API Calls During Last Loop</h2>
242242
<h2 class="md-toolbar-tools">Health chart for the past week</h2>
243243
</md-toolbar>
244244
<md-content class="md-padding">
245-
<span><img src="http://storage.googleapis.com/kubernetes-test-history/k8s-queue-health.png" style="max-width: 100%"/></span>
245+
<span><img src="http://storage.googleapis.com/kubernetes-test-history/k8s-queue-health.svg" style="max-width: 100%"/></span>
246246
</md-content>
247247
</md-tab>
248248
</md-tabs>

0 commit comments

Comments
 (0)