mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
This reverts commit ea2a17a76c4c4b1a3df13c44016a009694026e00, reversing changes made to e72de8dfe1456cbb50852d8b7910e0013cab3aaa. refs #7976 fixes #8647
12 lines
367 B
PHTML
12 lines
367 B
PHTML
<div class="controls" data-base-target="_main">
|
|
<?= $tabs; ?>
|
|
</div>
|
|
<div class="content" data-base-target="_next">
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
|
<?= $this->icon('plus'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
|
</a>
|
|
<div id="authentication-reorder-form">
|
|
<?= $form; ?>
|
|
</div>
|
|
</div>
|