Computer list details

Added link to log in Last contact field

(DBOINCP-77)
This commit is contained in:
Tristan Olive 2013-10-29 12:08:18 -04:00
parent 12202da894
commit 09b5ee383d
1 changed files with 11 additions and 5 deletions

View File

@ -4251,8 +4251,10 @@ Cross-project stats:
'text' => '',
'make_link' => 0,
'path' => '',
'absolute' => 0,
'link_class' => '',
'alt' => '',
'rel' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
@ -4267,9 +4269,10 @@ Cross-project stats:
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'hide_alter_empty' => 1,
'date_format' => 'custom',
'custom_date_format' => 'j M Y G:i:s T',
'exclude' => 0,
'exclude' => 1,
'id' => 'rpc_time',
'table' => 'host',
'field' => 'rpc_time',
@ -4282,8 +4285,10 @@ Cross-project stats:
'text' => '',
'make_link' => 0,
'path' => '',
'absolute' => 0,
'link_class' => '',
'alt' => '',
'rel' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
@ -4298,11 +4303,12 @@ Cross-project stats:
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'value' => '<?php
require_boinc(\'util\');
echo sched_log_link($data->host_rpc_time);
'hide_alter_empty' => 1,
'value' => '<?php
require_boinc(\'util\',\'host\');
echo sched_log_link($data->host_rpc_time);
?>',
'exclude' => 1,
'exclude' => 0,
'id' => 'phpcode_2',
'table' => 'customfield',
'field' => 'phpcode',