mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
* Removed 'list' and 'object' from urls * IcingaObject: added isGroup helper * Adjusted and abstracted tabs and tables * Show endpoints in zone list * Remove obsolete code * Allow to filter activity log for objects * Improve general look and feel
8 lines
142 B
PHTML
8 lines
142 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?= $this->form ?>
|
|
</div>
|