mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Use notifications default ordering when showing a contact
This commit is contained in:
parent
ece6bfe6bb
commit
0ceec816c6
@ -166,7 +166,7 @@ class Monitoring_ShowController extends Controller
|
||||
'notification_contact',
|
||||
'notification_start_time',
|
||||
'notification_state'
|
||||
))->order('notification_start_time');
|
||||
));
|
||||
|
||||
$notifications->where('contact_object_id', $contact->contact_object_id);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user