Merge pull request #4558 from boudreau/master

fix: APC runtime graph missing in device>health>overview
This commit is contained in:
Neil Lathwood
2016-09-23 22:19:09 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?php
$class = 'runtime';
$unit = 'Min';
$unit_long = 'Minutes';
require 'includes/graphs/device/sensor.inc.php';