Accept /monitoring/list/eventgrid?format=*

refs #2678
This commit is contained in:
Alexander A. Klimov 2017-11-24 17:16:33 +01:00
parent 2a4fdd12d7
commit 5f443af14d
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(