diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-05 15:22:07 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-05 15:22:07 +0300 |
| commit | b0edd24c52e493e4f8ce1025791086d05e986832 (patch) | |
| tree | adc2eb49f53940efa1d537b541afe07a918a6bd9 /web/html/xui/form | |
| parent | f0cfd48f664d822fb42698d28d68657e7c28d50e (diff) | |
Noise: Add hex
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/outbound.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 1cea3ce7..d4e9e5f6 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -66,7 +66,7 @@ </a-divider> <a-form-item label='Type'> <a-select v-model="noise.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option v-for="s in ['rand','base64','str']" :value="s">[[ s ]]</a-select-option> + <a-select-option v-for="s in ['rand','base64','str', 'hex']" :value="s">[[ s ]]</a-select-option> </a-select> </a-form-item> <a-form-item label='Packet'> |
