diff --git a/html/ops/manage_apps.php b/html/ops/manage_apps.php index bf753b0f06..05899bbf44 100644 --- a/html/ops/manage_apps.php +++ b/html/ops/manage_apps.php @@ -34,6 +34,9 @@ function do_updates() { $n = post_int("homogeneous_redundancy"); $app->update("homogeneous_redundancy=$n"); + $n = post_int("target_nresults"); + $app->update("target_nresults=$n"); + $n = post_str("homogeneous_app_version", true)?1:0; $app->update("homogeneous_app_version=$n"); @@ -73,11 +76,21 @@ function add_app() { "; } -function show_form() { +function show_form($show_deprecated) { echo "
details
", "shmem items", "HR typedetails
", + "Adaptive replicationdetails
", "homogeneous app version?details
", "deprecated?", "Non-CPU-intensive?", @@ -100,7 +114,7 @@ function show_form() { $swi = 100; } - $apps = BoincApp::enum(""); + $apps = BoincApp::enum($app_clause); $i = 0; foreach ($apps as $app) { // grey-out deprecated versions @@ -109,7 +123,7 @@ function show_form() { $f1 = ""; $f2 = ""; } - echo "-