Skip to content
Snippets Groups Projects
Commit 65e974a7 authored by Mathias Chouet's avatar Mathias Chouet Committed by mathias.chouet
Browse files

Espece: split parameters into 3 fieldsets

parent eb65807b
No related branches found
No related tags found
No related merge requests found
[ [
{ {
"id": "fs_param_species", "id": "fs_param_pab",
"type": "fieldset", "type": "fieldset",
"fields": [ "fields": [
{ {
...@@ -22,7 +22,13 @@ ...@@ -22,7 +22,13 @@
{ {
"id": "HMin", "id": "HMin",
"allowEmpty": true "allowEmpty": true
}, }
]
},
{
"id": "fs_param_pam",
"type": "fieldset",
"fields": [
{ {
"id": "YMin", "id": "YMin",
"allowEmpty": true "allowEmpty": true
...@@ -30,7 +36,13 @@ ...@@ -30,7 +36,13 @@
{ {
"id": "VMax", "id": "VMax",
"allowEmpty": true "allowEmpty": true
}, }
]
},
{
"id": "fs_param_par",
"type": "fieldset",
"fields": [
{ {
"id": "YMinSB", "id": "YMinSB",
"allowEmpty": true "allowEmpty": true
......
{ {
"fs_param_species": "Species parameters", "fs_param_pab": "Fish ladders",
"fs_param_pam": "Rock-ramp fishpasses",
"fs_param_par": "Humpback fishways",
"DHMax": "Maximal fall", "DHMax": "Maximal fall",
"BMin": "Minimal slot or weir width", "BMin": "Minimal slot or weir width",
......
{ {
"fs_param_species": "Paramètres de l'espèce", "fs_param_pab": "Passes à bassins",
"fs_param_pam": "Passes à macrorugosités",
"fs_param_par": "Passes à ralentisseurs",
"DHMax": "Chute maximale", "DHMax": "Chute maximale",
"BMin": "Largeur minimale de fente ou échancrure latérale", "BMin": "Largeur minimale de fente ou échancrure latérale",
......
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