mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=316
This commit is contained in:
parent
81d82b1307
commit
49154a194d
|
@ -68,8 +68,8 @@ function show_host($host) {
|
|||
$x = $host->timezone/3600;
|
||||
row("<b>Time zone: </b>", "UTC - $x hours");
|
||||
row("<b>Created: </b>", time_str($host->create_time));
|
||||
row("<b>Number of CPUs: </b>", $host->p_ncpus);
|
||||
row("<b>CPU: </b>", "$host->p_vendor $host->p_model");
|
||||
row("<b>Number of CPUs: </b>", $host->p_ncpus);
|
||||
row("<b>Operating System: </b>", "$host->os_name $host->os_version");
|
||||
$x = $host->m_nbytes/(1024*1024);
|
||||
row("<b>Memory: </b>", "$x MB");
|
||||
|
|
Loading…
Reference in New Issue