mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-05 20:20:15 +01:00
- Icons have now the {{XY_ICON}} format
- custom classes are removed
- A few typos are fixed
- Capitalization
refs #4550
refs #4621
refs #4584
7 lines
229 B
PHTML
7 lines
229 B
PHTML
<?php
|
|
$commandParts = preg_split('|!|', $object->check_command);
|
|
$commandName = array_shift($commandParts);
|
|
?>
|
|
|
|
{{COMMAND_ICON}} <b>Command:</b> <?= $commandName; ?>
|
|
<?= $this->commandArguments($object->check_command); ?> |