示例#1
0
文件: host.php 项目: nexgenta/cluster
 protected function assignTemplate()
 {
     parent::assignTemplate();
     $this->vars['page_type'] .= ' host-overview';
     if ($this->object) {
         $this->setActiveSourceListEntry('hosts', $this->object['name']);
     }
 }
示例#2
0
 protected function assignTemplate()
 {
     parent::assignTemplate();
     $this->vars['fs'] = $this->fs;
     $this->useGlitter('tabs');
 }
示例#3
0
 protected function assignTemplate()
 {
     parent::assignTemplate();
     $this->vars['cluster'] = $this->cluster;
     $this->setActiveSourceListEntry('clusters', $this->cluster['name'], $this->object['name']);
 }