mirror of https://github.com/BOINC/boinc.git
web: add option for project-defined text in server status page
This commit is contained in:
parent
51b3e05fd1
commit
3031d56363
|
@ -130,6 +130,9 @@ function show_status_html($x) {
|
|||
if ($daemons->missing_remote_status) {
|
||||
echo "<br>Status of remote daemons is missing\n";
|
||||
}
|
||||
if (function_exists('server_status_project_info')) {
|
||||
server_status_project_info();
|
||||
}
|
||||
echo "</td><td>\n";
|
||||
echo "<h2>".tra("Computing status")."</h2>\n";
|
||||
start_table();
|
||||
|
|
Loading…
Reference in New Issue