Commit 99aa186e authored by Ad Schellevis's avatar Ad Schellevis

(dashboard, widget) move load average in system_information

parent 36057928
......@@ -221,6 +221,10 @@ if (isset($_POST['getupdatestatus'])) {
</div>
</td>
</tr>
<tr>
<td><?=gettext("Load average");?></td>
<td id="system_information_widget_load"></td>
</tr>
<tr>
<td><?=gettext("Uptime");?></td>
<td id="system_information_widget_uptime"></td>
......@@ -251,10 +255,6 @@ if (isset($_POST['getupdatestatus'])) {
</div>
</td>
</tr>
<tr>
<td><?=gettext("Load average");?></td>
<td id="system_information_widget_load"></td>
</tr>
<tr>
<td><?=gettext("Memory usage");?></td>
<td id="system_information_widget_memory">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment