mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
CLI/monitoring/list: fix formatting-related error
Small fix, this got broken by language-related changes in a66a1a47.
This commit is contained in:
parent
bdc3423d4e
commit
d66055bce2
@ -291,7 +291,7 @@ class ListCommand extends Command
|
|||||||
$maxCols - 13
|
$maxCols - 13
|
||||||
) . "\n";
|
) . "\n";
|
||||||
$out .= sprintf(
|
$out .= sprintf(
|
||||||
" %1s─ %s%s (%s %s)",
|
" %1s─ %s%s (%s)",
|
||||||
$leaf,
|
$leaf,
|
||||||
$screen->underline($row->service_description),
|
$screen->underline($row->service_description),
|
||||||
$screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),
|
$screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user