mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
TacticalController: Use correct state filter for big services url
fixes #4714 (cherry picked from commit 7a12849a663ab64c041c817fefa7faca8491e507)
This commit is contained in:
parent
154c5d219d
commit
522b9932fa
@ -115,7 +115,8 @@ class TacticalController extends Controller
|
||||
->setLabelBigUrl($this->view->filteredUrl(
|
||||
'monitoring/list/services',
|
||||
array(
|
||||
'service_state' => 2,
|
||||
'service_state' => $summary->services_critical_unhandled > 0
|
||||
|| ! $summary->services_unknown_unhandled ? 2 : 3,
|
||||
'service_handled' => 0,
|
||||
'sort' => 'service_last_check',
|
||||
'dir' => 'asc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user