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
11 lines
240 B
PHTML
11 lines
240 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
|
<span data-base-target="_next">
|
|
<?= $this->addLink ?>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
|
<?= $this->table->render() ?>
|
|
</div>
|