mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 17:20:10 +02:00
11 lines
264 B
PHTML
11 lines
264 B
PHTML
<div>
|
|
<div class="panel-heading">
|
|
<span><b>Configuration</b></span>
|
|
</div>
|
|
<hr class="separator">
|
|
<div class="panel-body">
|
|
Change configuration for <?= count($this->objects) ?> objects.
|
|
<?php echo $this->form->render($this); ?>
|
|
</div>
|
|
</div>
|