diff options
Diffstat (limited to 'web/html/xui/form/protocol/http.html')
| -rw-r--r-- | web/html/xui/form/protocol/http.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html new file mode 100644 index 00000000..b4ba59b7 --- /dev/null +++ b/web/html/xui/form/protocol/http.html @@ -0,0 +1,10 @@ +{{define "form/http"}} +<a-form layout="inline"> + <a-form-item label='{{ i18n "username"}}'> + <a-input v-model.trim="inbound.settings.accounts[0].user"></a-input> + </a-form-item> + <a-form-item label='{{ i18n "password" }}'> + <a-input v-model.trim="inbound.settings.accounts[0].pass"></a-input> + </a-form-item> +</a-form> +{{end}}
\ No newline at end of file |
