@@ -171,7 +171,7 @@ Here's the list of attributes available for all ONELAB parameters:
* `GmshOption "string"`: Treats the parameter as the name of a Gmsh option (e.g. `Mesh.Algorithm`). Can also be used to force a database reset (with `ResetDatabase`), or a full model reset (with `Reset`).
* `ServerAction "string"`: Performs the ONELAB server action `string` when the parameter is changed. Currently supported actions are `ResetDatabase` (to force a database reset) and `Reset` (to force a full model reset).
* `ServerAction "string"`: Performs the ONELAB server action `string` when the parameter is changed. Currently supported actions are `Reset` (to force a full model reset), `ResetDatabase` (to force a full database reset) and `Reset var1 var2 ...` (to force a reset of the listed variables).
* `Label "string"`: Alternative label used in the graphical user interface, replacing the part of `Name` located after the last `/`.