diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:56:46 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:56:46 +0300 |
| commit | a4b76929f4801a3dca55d642156bb173b322ed20 (patch) | |
| tree | 4e73c08916579065652817f0139c80a0d95776f4 /web | |
| parent | 33082a271f716a85d2f39733bd546044c874a523 (diff) | |
ipLimitEnable for ip log
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index b84bd193..845f9408 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -75,7 +75,7 @@ </template> <a-input-number v-model="client.limitIp" min="0"></a-input-number> </a-form-item> - <a-form-item v-if="client.limitIp > 0 && client.email && isEdit"> + <a-form-item v-if="app.ipLimitEnable && client.limitIp > 0 && client.email && isEdit"> <template slot="label"> <a-tooltip> <template slot="title"> |
