Skip to content
Snippets Groups Projects
Commit 0fbc5fd6 authored by Moe Jette's avatar Moe Jette
Browse files

Add reference to slurm.conf man page in build slurm.conf file.

parent 9221bc97
No related branches found
No related tags found
No related merge requests found
......@@ -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>" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment