mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Graphing cleanup (#14492)
* WIP * Fixes and cleanups * Move parseAtTime to Time util class * lint fixes, explicitly define variables * Style fixes
This commit is contained in:
@@ -74,7 +74,7 @@ includes/html/graphs/device/pulse_sessions.inc.php
|
||||
|
||||
$rrd_filename = Rrd::name($device['hostname'], 'pulse_sessions');
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
require 'includes/html/graphs/common.inc.php';
|
||||
|
||||
$ds = 'sessions';
|
||||
|
||||
|
Reference in New Issue
Block a user