mirror of https://github.com/BOINC/boinc.git
Computer list details
Added link to log in Last contact field (DBOINCP-77)
This commit is contained in:
parent
12202da894
commit
09b5ee383d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue