Fix event grid for dashboard
This commit is contained in:
parent
e4f71eacd6
commit
0f3c27f812
|
@ -397,6 +397,7 @@ class Monitoring_ListController extends Controller
|
||||||
$form->render();
|
$form->render();
|
||||||
$this->view->form = $form;
|
$this->view->form = $form;
|
||||||
|
|
||||||
|
$this->params->remove('view');
|
||||||
$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