diff options
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_grpc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index e8c14e7c..27effccc 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,10 +1,10 @@ {{define "form/streamGRPC"}} <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="Service Name"> - <a-input v-model.trim="inbound.stream.grpc.serviceName" style="width: 250px;"></a-input> + <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> </a-form-item> <a-form-item label="MultiMode"> <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> </a-form-item> </a-form> -{{end}}
\ No newline at end of file +{{end}} |
