Private GIT

Skip to content
Snippets Groups Projects
Commit e2d76b50 authored by Kevin Duret's avatar Kevin Duret
Browse files

style(area/backend): fix coding style in graph class

parent 8b9de8d2
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,8 @@ class CentreonGraphService extends CentreonGraph
$displayformat = "%7.2lf";
}
$commandLegendLine .= ' VDEF:l' . $i . $key . '=v' . $i . ',' . $key;
$commandLegendLine .= ' PRINT:l' . $i . $key . ':"' . str_replace(':', '\:', $metric['metric_legend']) .
$commandLegendLine .= ' PRINT:l' . $i . $key . ':"' .
str_replace(':', '\:', $metric['metric_legend']) .
'|' . ucfirst($name) . '|' . $displayformat . '"';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment