Files
librenms-librenms/includes/html/graphs/device/runtime.inc.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
120 B
PHP
Raw Normal View History

<?php
2020-09-21 15:40:17 +02:00
$class = 'runtime';
$unit = 'Min';
$unit_long = 'Minutes';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';