mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-23 08:24:10 +02:00
11 lines
314 B
PHTML
11 lines
314 B
PHTML
<div class="controls">
|
|
<?= $tabs; ?>
|
|
</div>
|
|
<div class="content" data-base-target="_next">
|
|
<p>
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
|
<?= $this->icon('create.png'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
|
</a>
|
|
</p>
|
|
<?= $form; ?>
|
|
</div>
|