*** empty log message ***

svn path=/trunk/boinc/; revision=316
This commit is contained in:
Barry Luong 2002-08-13 22:36:54 +00:00
parent 81d82b1307
commit 49154a194d
1 changed files with 1 additions and 1 deletions

View File

@ -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");