Fix Config.php relocation, fix header.phtml crashing due to old tab rendering

refs #4192
This commit is contained in:
Jannis Moßhammer 2013-08-07 17:51:52 +02:00
parent 488310df37
commit 2a2966fc56
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ use Icinga\Web\ActionController;
use Icinga\Web\Url;
use Icinga\Application\Icinga;
use Icinga\Web\Widget\Dashboard;
use Icinga\Application\Config as IcingaConfig;
use Icinga\Config\Config as IcingaConfig;
use Icinga\Form\Dashboard\AddUrlForm;
use Icinga\Exception\ConfigurationError;

View File

@ -2,7 +2,7 @@
namespace Icinga\Form\Dashboard;
use Icinga\Application\Config as IcingaConfig;
use Icinga\Config\Config as IcingaConfig;
use Icinga\Web\Form;
use Icinga\Web\Widget\Dashboard;
use Zend_Form_Element_Text;

View File

@ -1,6 +1,6 @@
<? $showService = $object->service_description && $tabs->getActiveName() !== 'host' ?>
<? if (! $compact): ?>
<?= $tabs ?>
<?= $tabs->render($this) ?>
<? endif ?>
<table style="margin-bottom: 1em">
<tr class="<?= $this->monitoringState($object, 'host') ?><?= $object->host_handled ? ' handled' : '' ?>">