Merge pull request #3145 from Icinga/bugfix/history-eventgrid-format-2678

Accept /monitoring/list/eventgrid?format=*
This commit is contained in:
lippserd 2018-01-16 10:43:09 +01:00 committed by GitHub
commit 2fb9ce9f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -343,7 +343,9 @@ class ListController extends Controller
$form->render();
$this->view->form = $form;
$this->params->remove('view');
$this->params
->remove('view')
->remove('format');
$orientation = $this->params->shift('vertical', 0) ? 'vertical' : 'horizontal';
/*
$orientationBox = new SelectBox(