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