mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-09 22:13:05 -05:00
parent
5189c79a27
commit
cc93a1d04a
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ class CheckCommand extends Command
|
|||
$output .= $this->renderProblemTree($subtree['children'], $useColors, $depth + 1);
|
||||
}
|
||||
|
||||
$output = str_replace("|", "¦", $output);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue