mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed agent name flot-x-axis in sql vertical graph
This commit is contained in:
parent
1c6508947a
commit
ba8144124e
@ -3751,7 +3751,7 @@ function graph_custom_sql_graph(
|
||||
0,
|
||||
floor($SQL_GRAPH_MAX_LABEL_SIZE / 2)
|
||||
);
|
||||
$label .= '...';
|
||||
$label .= '...<br>';
|
||||
$label .= substr(
|
||||
$first_label,
|
||||
floor(-$SQL_GRAPH_MAX_LABEL_SIZE / 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user