diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 22:37:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-17 22:37:52 +0300 |
| commit | 8c6c9ace792bdeae739ef028261eb5fd5eaafb8a (patch) | |
| tree | 6c74658bdee39da7f5b5f8a5984a5ea803934e4a /web/html/xui/form/client.html | |
| parent | d46e0e69251d0ad60adc614505bcabff99529e1e (diff) | |
| parent | f881c5347c86a885b7167b9207fa2ea8dd6f9d24 (diff) | |
Merge pull request #29 from MHSanaei/ClientIPs-functions
Client ips functions
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 586f4fd4..fac830e2 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -50,12 +50,12 @@ Clear The Log </template> <span style="color: #FF4D4F"> - <a-icon type="delete" @click="clearDBClientIps(client.email,$event)"></a-icon> + <a-icon type="delete" @click="clearDBClientIps(client.email)"></a-icon> </span> </a-tooltip> </span> <a-form layout="block"> - <a-textarea readonly @click="getDBClientIps(client.email,$event)" placeholder="Click To Get IPs" :auto-size="{ minRows: 2, maxRows: 10 }"> + <a-textarea id="clientIPs" readonly @click="getDBClientIps(client.email,$event)" placeholder="Click To Get IPs" :auto-size="{ minRows: 2, maxRows: 10 }"> </a-textarea> </a-form> </a-form-item> |
