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

8 lines
120 B
PHP
Raw Normal View History

2017-12-13 03:27:10 +01:00
<?php
$class = 'delay';
$unit = 's';
$unit_long = 's';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';