mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 15:17:14 +00:00
Update deps and simplify parsing
Bump frontend and Go dependencies, then modernize a few hot paths with newer Go string/range helpers. Also widen the client form quota/limit fields to improve the layout.
This commit is contained in:
@@ -849,7 +849,7 @@ export default function ClientFormModal({
|
||||
</Space.Compact>
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col xs={24} md={6}>
|
||||
<Col xs={24} md={12}>
|
||||
<FormField
|
||||
name="totalGB"
|
||||
label={t('pages.clients.totalGB')}
|
||||
@@ -859,7 +859,7 @@ export default function ClientFormModal({
|
||||
<InputNumber min={0} step={1} style={{ width: '100%' }} />
|
||||
</FormField>
|
||||
</Col>
|
||||
<Col xs={24} md={6}>
|
||||
<Col xs={24} md={12}>
|
||||
<Form.Item
|
||||
label={t('pages.clients.limitIp')}
|
||||
tooltip={t('pages.clients.limitIpDesc')}
|
||||
@@ -894,7 +894,7 @@ export default function ClientFormModal({
|
||||
</Tooltip>
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col xs={24} md={6}>
|
||||
<Col xs={24} md={12}>
|
||||
<Form.Item
|
||||
label={t('pages.clients.limitHwid')}
|
||||
tooltip={t('pages.clients.limitHwidDesc')}
|
||||
|
||||
Reference in New Issue
Block a user