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')
|
'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(
|
$this->addElement(
|
||||||
'checkbox',
|
'checkbox',
|
||||||
'persistent',
|
'persistent',
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<?php if ($success): ?>
|
<?php if ($success): ?>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Login to Icinga Web 2'),
|
$this->translate('Login to Icinga Web 2'),
|
||||||
'authentication/login',
|
'authentication/login?renderLayout',
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'class' => 'button-like login',
|
'class' => 'button-like login',
|
||||||
|
|
Loading…
Reference in New Issue