diff --git a/doc/html/configurator.html b/doc/html/configurator.html index a63e82cd828777768650ee92fde00c390a871940..a2a11134ee95d301b12320721bf4ad1bcf93f513 100644 --- a/doc/html/configurator.html +++ b/doc/html/configurator.html @@ -56,6 +56,8 @@ function get_radio_value(form) function displayfile() { var printme = "# Slurm.conf file generated by configurator.html<br>" + + "# See the slurm.conf man page for more information<br>" + + "#<br>" + "ControlMachine=" + document.config.control_machine.value + "<br>" + get_field("ControlAddr",document.config.control_addr) + "<br>" + get_field("BackupController",document.config.backup_controller) + "<br>" +