--- loncom/interface/domainprefs.pm 2016/10/25 12:54:25 1.160.6.75
+++ loncom/interface/domainprefs.pm 2017/01/21 21:51:56 1.160.6.76
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.75 2016/10/25 12:54:25 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.76 2017/01/21 21:51:56 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4019,6 +4019,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++) {
@@ -4064,6 +4067,23 @@ sub print_loadbalancing {
$datatable .= ''.$typetitles{$sparetype}.'
'.
'