parent
504853961b
commit
3fc07496bc
|
@ -16,7 +16,6 @@ use Icinga\Module\Monitoring\Installation\BackendStep;
|
|||
use Icinga\Module\Monitoring\Installation\InstanceStep;
|
||||
use Icinga\Module\Monitoring\Installation\SecurityStep;
|
||||
use Icinga\Form\Setup\SummaryPage;
|
||||
use Icinga\Form\Setup\RequirementsPage;
|
||||
use Icinga\Module\Monitoring\Form\Setup\WelcomePage;
|
||||
use Icinga\Module\Monitoring\Form\Setup\BackendPage;
|
||||
use Icinga\Module\Monitoring\Form\Setup\InstancePage;
|
||||
|
@ -35,7 +34,6 @@ class Setup extends Wizard implements SetupWizard
|
|||
public function init()
|
||||
{
|
||||
$this->addPage(new WelcomePage());
|
||||
$this->addPage(new RequirementsPage());
|
||||
$this->addPage(new BackendPage());
|
||||
$this->addPage(new IdoResourcePage());
|
||||
$this->addPage(new LivestatusResourcePage());
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
|
||||
div.note {
|
||||
width: 40%;
|
||||
padding: 1em;
|
||||
padding: 1em 1em 0;
|
||||
margin: 3em auto 0;
|
||||
text-align: left;
|
||||
border-radius: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue