mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2025-07-31 12:22:26 -04:00
Fix sequence of CPU load from mobile #57
This commit is contained in:
parent
050b1b615b
commit
4e8eb68ed7
12
index.php
12
index.php
@ -129,15 +129,17 @@ $update = $Config->checkUpdate();
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user