diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 18:25:18 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 18:25:18 +0300 |
| commit | 6d0e7ec495cfc0ecb47b2afa532792032e0cfa92 (patch) | |
| tree | 54ea4529942d48571d24e88e09614ec6d7281786 /web/html/form/stream/stream_grpc.html | |
| parent | 04b4fb438487ada373fb3e6437b4cdb28b5174de (diff) | |
reset button for auth password
Diffstat (limited to 'web/html/form/stream/stream_grpc.html')
| -rw-r--r-- | web/html/form/stream/stream_grpc.html | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/web/html/form/stream/stream_grpc.html b/web/html/form/stream/stream_grpc.html index 1e3d5bd3..e88fc067 100644 --- a/web/html/form/stream/stream_grpc.html +++ b/web/html/form/stream/stream_grpc.html @@ -1,13 +1,17 @@ {{define "form/streamGRPC"}} -<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label="Service Name"> - <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> - </a-form-item> - <a-form-item label="Authority"> - <a-input v-model.trim="inbound.stream.grpc.authority"></a-input> - </a-form-item> - <a-form-item label="Multi Mode"> - <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> - </a-form-item> +<a-form + :colon="false" + :label-col="{ md: {span:8} }" + :wrapper-col="{ md: {span:14} }" +> + <a-form-item label="Service Name"> + <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> + </a-form-item> + <a-form-item label="Authority"> + <a-input v-model.trim="inbound.stream.grpc.authority"></a-input> + </a-form-item> + <a-form-item label="Multi Mode"> + <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> + </a-form-item> </a-form> -{{end}}
\ No newline at end of file +{{end}} |
