Added a load tab on device->health

This commit is contained in:
Mike Rostermund
2015-06-11 20:31:45 +02:00
parent fe8453b404
commit cd3c56863b
4 changed files with 45 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
$class = "load";
$unit = "%%";
$unit_long = "Load";
include("includes/graphs/device/sensor.inc.php");
?>