Skip to content

Commit

Permalink
Fix sequence of CPU load from mobile #57
Browse files Browse the repository at this point in the history
  • Loading branch information
shevabam committed May 23, 2018
1 parent 050b1b6 commit 4e8eb68
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.php
Expand Up @@ -129,15 +129,17 @@
<input type="text" class="gauge" id="load-average_1" value="0" data-height="100" data-width="150" data-min="0" data-max="100" data-readOnly="true" data-fgColor="#BED7EB" data-angleOffset="-90" data-angleArc="180">
</div>

<div class="f-right w33p">
<div class="f-left w33p">
<h3>5 min</h3>
<input type="text" class="gauge" id="load-average_5" value="0" data-height="100" data-width="150" data-min="0" data-max="100" data-readOnly="true" data-fgColor="#BED7EB" data-angleOffset="-90" data-angleArc="180">
</div>

<div class="f-left w33p">
<h3>15 min</h3>
<input type="text" class="gauge" id="load-average_15" value="0" data-height="100" data-width="150" data-min="0" data-max="100" data-readOnly="true" data-fgColor="#BED7EB" data-angleOffset="-90" data-angleArc="180">
</div>

<div class="t-center">
<h3>5 min</h3>
<input type="text" class="gauge" id="load-average_5" value="0" data-height="100" data-width="150" data-min="0" data-max="100" data-readOnly="true" data-fgColor="#BED7EB" data-angleOffset="-90" data-angleArc="180">
</div>
<div class="cls"></div>
</div>
</div>

Expand Down

0 comments on commit 4e8eb68

Please sign in to comment.