mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
8 lines
123 B
PHP
8 lines
123 B
PHP
<?php
|
|
|
|
$class = 'charge';
|
|
$unit = '%%';
|
|
$unit_long = 'Percent';
|
|
|
|
require 'includes/graphs/device/sensor.inc.php';
|