Show full description text on MySQL RRDs (#11738)

* Show full description text on MySQL Connections

* further adjustments
This commit is contained in:
SourceDoctor
2020-05-30 18:46:58 +02:00
committed by GitHub
parent f4c2ca8d24
commit 6b7b143cbb
4 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<?php
require 'includes/html/graphs/common.inc.php';
$descr_len = 20;
$rrd_filename = rrd_name($device['hostname'], array('app', 'mysql', $app['app_id']));