mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
WIP
This commit is contained in:
parent
3d08f10341
commit
b2b849c157
@ -8,6 +8,7 @@ use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Module\Icingadb\Common\Database;
|
||||
use Icinga\Module\Icingadb\Model\Host;
|
||||
use Icinga\Module\Icingadb\Model\Service;
|
||||
use Icinga\Util\Environment;
|
||||
use Icinga\Util\Format;
|
||||
use Icinga\Util\Json;
|
||||
use Icinga\Web\Notification;
|
||||
@ -198,7 +199,8 @@ class TestController extends CompatController
|
||||
->setHeader('Content-Disposition', 'inline')
|
||||
->sendResponse();
|
||||
|
||||
ob_end_flush();
|
||||
ob_end_clean();
|
||||
Environment::raiseExecutionTime();
|
||||
|
||||
echo '[';
|
||||
foreach ($query as $i => $result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user