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
|
||||
) . "\n";
|
||||
$out .= sprintf(
|
||||
" %1s─ %s%s (%s %s)",
|
||||
" %1s─ %s%s (%s)",
|
||||
$leaf,
|
||||
$screen->underline($row->service_description),
|
||||
$screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),
|
||||
|
|
Loading…
Reference in New Issue