icingaweb2/modules/monitoring/application/views/scripts/show/components/command.phtml

7 lines
291 B
PHTML
Raw Normal View History

2013-07-12 14:33:17 +02:00
<?= $this->expandable(
'<b>Command:</b> ' . array_shift(preg_split('|!|', $object->check_command)),
$this->commandArguments($object->check_command),
// TODO: no JS handler right now, should be collapsed
array('collapsed' => ! (bool) strpos($object->check_command, '!'))
) ?>