Merge pull request #3145 from Icinga/bugfix/history-eventgrid-format-2678
Accept /monitoring/list/eventgrid?format=*
This commit is contained in:
commit
2fb9ce9f93
|
@ -343,7 +343,9 @@ class ListController extends Controller
|
||||||
$form->render();
|
$form->render();
|
||||||
$this->view->form = $form;
|
$this->view->form = $form;
|
||||||
|
|
||||||
$this->params->remove('view');
|
$this->params
|
||||||
|
->remove('view')
|
||||||
|
->remove('format');
|
||||||
$orientation = $this->params->shift('vertical', 0) ? 'vertical' : 'horizontal';
|
$orientation = $this->params->shift('vertical', 0) ? 'vertical' : 'horizontal';
|
||||||
/*
|
/*
|
||||||
$orientationBox = new SelectBox(
|
$orientationBox = new SelectBox(
|
||||||
|
|
Loading…
Reference in New Issue