Skip to content

Commit

Permalink
BurstObservatory & Observatory
Browse files Browse the repository at this point in the history
Co-Authored-By: Alireza Ahmadi <[email protected]>
  • Loading branch information
MHSanaei and alireza0 committed Mar 13, 2024
1 parent 569c942 commit 1e2be10
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 133 deletions.
2 changes: 1 addition & 1 deletion web/html/xui/form/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="app.ipLimitEnable && client.email && isEdit">
<a-form-item v-if="client.limitIp > 0 && client.email && isEdit">
<template slot="label">
<a-tooltip>
<template slot="title">
Expand Down
Loading

0 comments on commit 1e2be10

Please sign in to comment.