Home
last modified time | relevance | path

Searched refs:displayHwCategories (Results 1 – 2 of 2) sorted by relevance

/plugin/serverinfos/serverinfos/
H A Dadmin.php109 …$elements->displayHwCategories($this->getLang('cpu'), $this->getLang('ram'), $this->getLang('dd'));
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php78 public function displayHwCategories($cpu, $ram, $dd) function in Elements