| commit | 5cc6afcffb5cb1bcf29fe1209adb5c003e1bf733 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Oct 06 09:33:44 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Sun Oct 06 09:33:44 2024 +0400 |
| tree | f503dd40800261494428b0793703aa873df3297c | |
| parent | 829b1b7f734b4e8c6e03ba557a426ff0ed5ef155 [diff] [blame] |
DodoApp: Add optional name field to create app form Change-Id: I03f6efaf9cf787e34c69da1b9a97913c195b2c8c
diff --git a/core/installer/welcome/dodo-app-tmpl/index.html b/core/installer/welcome/dodo-app-tmpl/index.html index 865f0cf..67b20f6 100644 --- a/core/installer/welcome/dodo-app-tmpl/index.html +++ b/core/installer/welcome/dodo-app-tmpl/index.html
@@ -4,6 +4,7 @@ {{- define "content" -}} <form id="create-app" action="" method="POST"> <fieldset class="grid"> + <input type="text" name="name" placeholder="name (optional)" /> <select name="network"> {{- range .Networks -}} <option value="{{ .Name }}">{{ .Name }} - {{ .Domain }}</option>