monitoring/contacts: Remove sort by time period

This commit is contained in:
Eric Lippmann 2016-03-31 09:18:35 +02:00
parent af2a26474e
commit bb565b28aa
1 changed files with 1 additions and 3 deletions

View File

@ -302,9 +302,7 @@ class ListController extends Controller
'contact_name' => $this->translate('Name'),
'contact_alias' => $this->translate('Alias'),
'contact_email' => $this->translate('Email'),
'contact_pager' => $this->translate('Pager Address / Number'),
'contact_notify_service_timeperiod' => $this->translate('Service Notification Timeperiod'),
'contact_notify_host_timeperiod' => $this->translate('Host Notification Timeperiod')
'contact_pager' => $this->translate('Pager Address / Number')
), $contacts);
$this->view->contacts = $contacts;