diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-09 22:18:06 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-09 22:18:06 +0300 |
| commit | b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 (patch) | |
| tree | d95d2f5e903d97082e11eb9f9023c165b1bde388 /web/html/xui/form/protocol/http.html | |
3x-ui
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 |
