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

View File

@ -1,9 +1,8 @@
<div class="controls"> <div class="controls">
<?= $this->tabs->showOnlyCloseButton() ?> <?= $this->tabs->showOnlyCloseButton() ?>
</div> </div>
<!-- /** @var \Icinga\Module\Monitoring\Forms\Command\CommandForm $form */ $form->getHelp() -->
<div class="content"> <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"> <table class="objectlist">
<thead> <thead>
<tr> <tr>