diff --git a/templates/config.html b/templates/config.html index 8ef55d8..e87ae4a 100644 --- a/templates/config.html +++ b/templates/config.html @@ -10,14 +10,22 @@ {{ range $opt, $val := $config }} {{ if eq ($opt).Type "int" }}
- {{ else if eq ($opt).Type "float" }} + {{ end }} + {{ end }} + {{ range $opt, $val := $config }} + {{ if eq ($opt).Type "float" }}
- {{ else if eq ($opt).Type "string" }} + {{ end }} + {{ end }} + {{ range $opt, $val := $config }} + {{ if eq ($opt).Type "string" }}
- {{ else if eq ($opt).Type "multilinestring" }} + {{ end }} + {{ end }} + {{ range $opt, $val := $config }} + {{ if eq ($opt).Type "multilinestring" }}
- {{ end}} - + {{ end }} {{ end }}