CLI/monitoring/list: fix formatting-related error

Small fix, this got broken by language-related changes in a66a1a47.
This commit is contained in:
Thomas Gelf 2014-06-04 21:25:26 +00:00
parent bdc3423d4e
commit d66055bce2

View File

@ -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'),