Create runtime.inc.php

This commit is contained in:
boudreau
2016-09-19 11:04:39 -04:00
committed by GitHub
parent 0cb674c7cd
commit 692109c1e6

View File

@@ -0,0 +1,5 @@
<?php
$graph_type = 'sensor_runtime';
$class = 'runtime';
$unit = 'Min';
require 'pages/health/sensors.inc.php';