diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-12-04 00:07:58 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-12-04 00:07:58 +0300 |
| commit | 3e8fc59213e8567715affb8bff4e398a1f7f7fbc (patch) | |
| tree | 54a33b3b5239537425505a353171d2ad3479dc8a /web/html/xui/form/outbound.html | |
| parent | 462e02140dc3cc4a1de84561d6a1ca8a60400305 (diff) | |
WebSocket: Add heartbeatPeriod
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index fde2f27c..a337ab28 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -337,6 +337,9 @@ <a-form-item label='{{ i18n "path" }}'> <a-input v-model.trim="outbound.stream.ws.path"></a-input> </a-form-item> + <a-form-item label='Heartbeat Period'> + <a-input-number v-model.number="outbound.stream.ws.heartbeatPeriod" :min="0"></a-input-number> + </a-form-item> </template> <!-- http --> |
