mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
Header: Adapt application configuration dialog
This commit is contained in:
parent
d21833fbf2
commit
ef7fcb1023
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
<div class="controls" data-base-target="_main">
|
||||
<?= $this->tabs->render($this); ?>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h1 tabindex="0" id="application-configuration">
|
||||
<?= t('Generic Configuration'); ?>
|
||||
<h1 tabindex="-1" id="application-configuration">
|
||||
<?= $this->translate('Generic Configuration'); ?>
|
||||
</h1>
|
||||
<?php if (isset($this->messageBox)): ?>
|
||||
<?= $this->messageBox->render() ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue