mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adjust RRDCached Event Graph Adjustment (#11528)
This commit is contained in:
@@ -27,6 +27,7 @@ include 'rrdcached.inc.php';
|
||||
|
||||
$nototal = 1;
|
||||
$colours = 'mixed';
|
||||
$descr_len = 16;
|
||||
|
||||
$rrd_list = array(
|
||||
array (
|
||||
|
@@ -17,7 +17,9 @@ require 'includes/html/graphs/common.inc.php';
|
||||
|
||||
$stacked = generate_stacked_graphs();
|
||||
|
||||
$descr_len = 12;
|
||||
if (!isset($descr_len)) {
|
||||
$descr_len = 12;
|
||||
}
|
||||
|
||||
if ($nototal) {
|
||||
$descr_len += '2';
|
||||
|
Reference in New Issue
Block a user