mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Only XHR requests use the "inline" layout
This commit is contained in:
parent
6f9c187d47
commit
d939e12ef9
@ -372,7 +372,7 @@ class ActionController extends Zend_Controller_Action
|
||||
exit;
|
||||
}
|
||||
|
||||
if ($isXhr || $this->getParam('view') === 'compact') {
|
||||
if ($isXhr) {
|
||||
$layout->setLayout('inline');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user