diff --git a/web/html/config-volumes.go.tmpl b/web/html/config-volumes.go.tmpl index 8c2ff0d..d86a22b 100644 --- a/web/html/config-volumes.go.tmpl +++ b/web/html/config-volumes.go.tmpl @@ -1 +1 @@ -{{template "volumes" .config.Volumes}} \ No newline at end of file +{{template "volumes" Map "Volumes" .config.Volumes "InstanceType" .config.Type}} \ No newline at end of file diff --git a/web/html/config.html b/web/html/config.html index c641957..a47e223 100644 --- a/web/html/config.html +++ b/web/html/config.html @@ -43,18 +43,14 @@
@@ -64,10 +60,8 @@ {{template "nets" .config.Nets}}