mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
2e7ff7dd6e
commit
ad20d35e78
@ -627,7 +627,6 @@ class Monitoring_ListController extends Controller
|
||||
->handleRequest($this->getRequest());
|
||||
|
||||
$this->setupFilterControl($editor);
|
||||
$this->view->filter = $editor->getFilter();
|
||||
|
||||
$this->handleFormatRequest($dataView);
|
||||
return $dataView;
|
||||
|
@ -68,7 +68,7 @@ foreach ($summary as $entry) {
|
||||
Filter::expression('timestamp', '<', strtotime($day . ' 23:59:59')),
|
||||
Filter::expression('timestamp', '>', strtotime($day . ' 00:00:00')),
|
||||
$form->getFilter(),
|
||||
$filter
|
||||
Filter::fromQueryString($this->url()->getParams()->toString())
|
||||
);
|
||||
$data[$day] = array(
|
||||
'value' => $value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user