Merge branch 'master' into bugfix/separate-configuration-files-for-navigation-items-10246
This commit is contained in:
commit
8b0c820f89
|
@ -138,6 +138,14 @@ class DbResourceForm extends Form
|
|||
'description' => $this->translate('The password to use for authentication')
|
||||
)
|
||||
);
|
||||
$this->addElement(
|
||||
'text',
|
||||
'charset',
|
||||
array (
|
||||
'description' => $this->translate('The character set for the database'),
|
||||
'label' => $this->translate('Character Set')
|
||||
)
|
||||
);
|
||||
$this->addElement(
|
||||
'checkbox',
|
||||
'persistent',
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<?php if ($success): ?>
|
||||
<?= $this->qlink(
|
||||
$this->translate('Login to Icinga Web 2'),
|
||||
'authentication/login',
|
||||
'authentication/login?renderLayout',
|
||||
null,
|
||||
array(
|
||||
'class' => 'button-like login',
|
||||
|
@ -30,4 +30,4 @@
|
|||
<pre class="log-output"><?= join("\n\n", array_map(function($a) {
|
||||
return join("\n", $a);
|
||||
}, $report)); ?></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue