protected function assignTemplate() { parent::assignTemplate(); $this->vars['page_type'] .= ' host-overview'; if ($this->object) { $this->setActiveSourceListEntry('hosts', $this->object['name']); } }
protected function assignTemplate() { parent::assignTemplate(); $this->vars['fs'] = $this->fs; $this->useGlitter('tabs'); }
protected function assignTemplate() { parent::assignTemplate(); $this->vars['cluster'] = $this->cluster; $this->setActiveSourceListEntry('clusters', $this->cluster['name'], $this->object['name']); }