--- loncom/interface/domainprefs.pm 2016/10/25 12:45:33 1.283
+++ loncom/interface/domainprefs.pm 2016/12/05 00:51:53 1.284
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.283 2016/10/25 12:45:33 raeburn Exp $
+# $Id: domainprefs.pm,v 1.284 2016/12/05 00:51:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4690,6 +4690,9 @@ sub print_loadbalancing {
my ($numspares,@spares) = &count_servers($lonhost,%servers);
my @sparestypes = ('primary','default');
my %typetitles = &sparestype_titles();
+ my %hostherechecked = (
+ no => ' checked="checked"',
+ );
foreach my $sparetype (@sparestypes) {
my $targettable;
for (my $i=0; $i<$numspares; $i++) {
@@ -4735,6 +4738,23 @@ sub print_loadbalancing {
$datatable .= ''.$typetitles{$sparetype}.'
'.
'