parent
bb8cad2a85
commit
68f20e6231
|
@ -23,8 +23,11 @@ Comments = "/monitoring/list/comments"
|
|||
Contacts = "/monitoring/list/contacts"
|
||||
Contact Groups = "/monitoring/list/contactgroups"
|
||||
|
||||
Servicegroups.title = "Servicegroups"
|
||||
Servicegroups.route = "/monitoring/list/servicegroups"
|
||||
Servicegroups.title = "Servicegroups"
|
||||
Servicegroups.route = "/monitoring/list/servicegroups"
|
||||
|
||||
Hostgroups.title = "Hostgroups"
|
||||
Hostgroups.route = "/monitoring/list/hostgroups"
|
||||
Hostgroups.title = "Hostgroups"
|
||||
Hostgroups.route = "/monitoring/list/hostgroups"
|
||||
|
||||
History.title = "History"
|
||||
History.route = "/monitoring/list/eventhistory"
|
||||
|
|
|
@ -369,17 +369,13 @@ class Monitoring_ListController extends MonitoringController
|
|||
|
||||
public function eventhistoryAction()
|
||||
{
|
||||
$query = EventHistoryView::fromRequest(
|
||||
$this->_request
|
||||
)->getQuery();
|
||||
|
||||
$query = EventHistoryView::fromRequest($this->_request)->getQuery();
|
||||
$this->handleFormatRequest($query);
|
||||
$this->view->history = $query->paginate();
|
||||
|
||||
$this->setupSortControl(
|
||||
array(
|
||||
)
|
||||
);
|
||||
$this->handleFormatRequest($query);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue