mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Merge branch 'master' of git.icinga.org:icingaweb2
This commit is contained in:
commit
91b1a649a7
@ -75,8 +75,8 @@ class Cli extends ApplicationBootstrap
|
|||||||
|
|
||||||
protected function fixLoggingConfig()
|
protected function fixLoggingConfig()
|
||||||
{
|
{
|
||||||
$conf = & $this->getConfig()->logging;
|
$conf = $this->config->logging;
|
||||||
if ($conf->type === 'stream') {
|
if (! isset($conf->type) || $conf->type === 'stream') {
|
||||||
$conf->level = $this->verbose;
|
$conf->level = $this->verbose;
|
||||||
$conf->target = 'php://stderr';
|
$conf->target = 'php://stderr';
|
||||||
}
|
}
|
||||||
|
@ -252,6 +252,8 @@
|
|||||||
$el.closest('li').addClass('active');
|
$el.closest('li').addClass('active');
|
||||||
$el.parents('li').addClass('active');
|
$el.parents('li').addClass('active');
|
||||||
}
|
}
|
||||||
|
// Interrupt .each, only on menu item shall be active
|
||||||
|
return false;
|
||||||
} else if ($(el).closest('table.action').length) {
|
} else if ($(el).closest('table.action').length) {
|
||||||
$el.addClass('active');
|
$el.addClass('active');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user