diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-30 10:28:44 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-30 11:28:01 +0300 |
| commit | f0165c1ad801c594b64b9d2178cf8b9cfe053a49 (patch) | |
| tree | cb281df8a2ab609e953c70c62b82ac776dbf9d26 /web/html/xui/form | |
| parent | 898f80cb30ae8de2aac9992fff7e8f7a53c09dd7 (diff) | |
v2.3.14v2.3.14
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/outbound.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index a579b7a6..1f79671f 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -45,8 +45,8 @@ <a-switch :checked="Object.keys(outbound.settings.noise).length >0" @change="checked => outbound.settings.noise = checked ? new Outbound.FreedomSettings.Noise() : {}"></a-switch> </a-form-item> <template v-if="Object.keys(outbound.settings.noise).length >0"> - <a-form-item label='Packets'> - <a-input v-model.trim="outbound.settings.noise.packets"></a-input> + <a-form-item label='Packet'> + <a-input v-model.trim="outbound.settings.noise.packet"></a-input> </a-form-item> <a-form-item label='Delay'> <a-input v-model.trim="outbound.settings.noise.delay"></a-input> |
