mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Update modules/monitoring/application/controllers/ListController.php
Use form value for from, as suggested Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
This commit is contained in:
parent
e7d117e1b6
commit
9470268f50
@ -362,7 +362,7 @@ class ListController extends Controller
|
||||
$orientationBox->applyRequest($this->getRequest());
|
||||
*/
|
||||
$objectType = $this->getParam('objecttype', 'services');
|
||||
$from = date('c', $this->getParam('from', strtotime('midnight 3 months ago')));
|
||||
$from = $form->getValue('from');
|
||||
$query = $this->backend->select()->from(
|
||||
'eventgrid' . $objectType,
|
||||
array('day', $form->getValue('state'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user