Skip to content

Commit

Permalink
Remove RequirementPage from the monitoring module wizard
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Oct 29, 2014
1 parent 5048539 commit 3fc0749
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/monitoring/library/Monitoring/Setup.php
Expand Up @@ -16,7 +16,6 @@
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;
Expand All @@ -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());
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/setup.less
Expand Up @@ -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;
Expand Down

0 comments on commit 3fc0749

Please sign in to comment.