mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
796cbffbd7
commit
0f70701034
@ -299,7 +299,7 @@ class ListCommand extends Command
|
||||
$leaf,
|
||||
$screen->underline($row->service_description),
|
||||
$screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),
|
||||
Format::prefixedTimeSince($row->service_last_state_change, true)
|
||||
ucfirst(Format::timeSince($row->service_last_state_change))
|
||||
);
|
||||
if ($this->isVerbose) {
|
||||
$out .= $emptyLine . preg_replace(
|
||||
|
Loading…
x
Reference in New Issue
Block a user