mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-14 16:04:30 +02:00
8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
|
|
$graph_type = "sensor_charge";
|
|
$unit = "%";
|
|
$class = "charge";
|
|
|
|
require 'pages/health/sensors.inc.php';
|