mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
monitoring: Fix PHPDoc in command-form.phtml
This commit is contained in:
parent
4f55a9e3eb
commit
3df3018735
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user