Fix that the location is not getting updated when navigating to the login
refs #7163
This commit is contained in:
parent
d73423ceee
commit
d4acbeb061
|
@ -7,7 +7,7 @@ $currentPos = array_search($wizard->getCurrentPage(), $pages, true);
|
|||
list($configPagesLeft, $configPagesRight) = array_chunk($configPages, count($configPages) / 2, true);
|
||||
|
||||
?>
|
||||
<div id="setup" class="container">
|
||||
<div id="setup" data-base-target="layout">
|
||||
<div class="header">
|
||||
<?= $this->img('img/logo_icinga_big.png'); ?>
|
||||
<div class="progress-bar">
|
||||
|
|
Loading…
Reference in New Issue