monitoring: Fix PHPDoc in command-form.phtml

This commit is contained in:
Eric Lippmann 2014-11-18 16:18:09 +01:00
parent 4f55a9e3eb
commit 3df3018735
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
<div class="controls">
<?= $this->tabs->showOnlyCloseButton() ?>
</div>
<!-- /** @var \Icinga\Module\Monitoring\Forms\Command\CommandForm $form */ $form->getHelp() -->
<div class="content">
<h1><?= $title ?> <?= $this->icon('help', $form->getHelp()) ?></h1>
<h1><?= $title ?> <?= /** @var \Icinga\Module\Monitoring\Forms\Command\CommandForm $form */ $this->icon('help', $form->getHelp()) ?></h1>
<table class="objectlist">
<thead>
<tr>