mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 17:46:02 +00:00
Some checks are pending
Release 3X-UI / Analyze Go code (push) Waiting to run
Release 3X-UI / build (386) (push) Blocked by required conditions
Release 3X-UI / build (amd64) (push) Blocked by required conditions
Release 3X-UI / build (arm64) (push) Blocked by required conditions
Release 3X-UI / build (armv5) (push) Blocked by required conditions
Release 3X-UI / build (armv6) (push) Blocked by required conditions
Release 3X-UI / build (armv7) (push) Blocked by required conditions
Release 3X-UI / build (s390x) (push) Blocked by required conditions
Release 3X-UI / Build for Windows (push) Blocked by required conditions
13 lines
No EOL
496 B
HTML
13 lines
No EOL
496 B
HTML
{{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>
|
|
{{end}} |