Private GIT

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

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

parent 1b3c3a3c
Branches
Tags
No related merge requests found
...@@ -135,7 +135,8 @@ class CentreonGraphService extends CentreonGraph ...@@ -135,7 +135,8 @@ class CentreonGraphService extends CentreonGraph
$displayformat = "%7.2lf"; $displayformat = "%7.2lf";
} }
$commandLegendLine .= ' VDEF:l' . $i . $key . '=v' . $i . ',' . $key; $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 . '"'; '|' . ucfirst($name) . '|' . $displayformat . '"';
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment