mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 19:50:24 -05: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
No EOL
229 B
PHTML
7 lines
No EOL
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); ?> |