setTitle($this->translate('Business Process Overview')); $this->controls()->add($this->overviewTab()); $this->content()->add(Dashboard::create($this->Auth(), $this->storage())); $this->setAutorefreshInterval(15); } }