mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Fix that the database is displayed instead of the login in the db summary
refs #7163
This commit is contained in:
parent
1136a09741
commit
7da11b83f5
@ -362,7 +362,7 @@ class WebInstaller implements Installer
|
|||||||
),
|
),
|
||||||
$this->pageData['setup_database_creation']['username'],
|
$this->pageData['setup_database_creation']['username'],
|
||||||
$resourceConfig['dbname'],
|
$resourceConfig['dbname'],
|
||||||
$this->pageData['setup_db_resource']['dbname']
|
$this->pageData['setup_db_resource']['username']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user