mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-17 21:50:09 +02:00
7 lines
291 B
PHTML
7 lines
291 B
PHTML
<?= $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, '!'))
|
|
) ?>
|