diff --git a/configurator.html b/configurator.html index 590e7a549e26408c133b6a86095b5722497b444e..99351d1f6294e35f16e614626f08e013d323be5d 100644 --- a/configurator.html +++ b/configurator.html @@ -10,7 +10,7 @@ $Id$ <HEAD><TITLE>SLURM System Configuration</TITLE> </HEAD> <BODY> -<form> +<FORM ACTION="http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi"> <H1>SLURM Configration</H1> <P>This form can be used to create a SLURM configuration file with you controlling many of the important configuration parameters. @@ -81,7 +81,8 @@ as a compute node too. This is not recommended for larger clusters. <input type="checkbox" name="compute_on_head" value="YES"> Run SLURM client (slurmd) on head node <P> -<input type=reset value='Reset Form'> +<input type=submit value="Send"> +<input type=reset value="Reset Form"> <P> </FORM> <HR>