diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-17 18:16:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 18:16:50 +0300 |
| commit | 495bfb9683c7d78113f44cb106a245f9371df9d6 (patch) | |
| tree | c2fd9426abc3bee4f46a0101b0f2fac0ea4a1685 /web/html/xui/form/stream | |
| parent | 9b60b0fd458df0ee7547024f2bd0b16fd09b6a15 (diff) | |
Minor improvements in UI (#1399)
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}} |
