mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
show/contact: sort notifications
This commit is contained in:
parent
0fd4a094ea
commit
197dc1587b
@ -166,7 +166,7 @@ class Monitoring_ShowController extends Controller
|
|||||||
'notification_contact',
|
'notification_contact',
|
||||||
'notification_start_time',
|
'notification_start_time',
|
||||||
'notification_state'
|
'notification_state'
|
||||||
));
|
))->order('notification_start_time');
|
||||||
|
|
||||||
$notifications->where('contact_object_id', $contact->contact_object_id);
|
$notifications->where('contact_object_id', $contact->contact_object_id);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user