+
+
{{ t('online') }}
+
{{ t('online') }}
+
{{ t('offline') }}
+
{{ t('lastOnline') }}: {{ lastOnlineLabel(traffic?.lastOnline) }}
+
+
+
+
{{ t('enable') }}
+
+ {{ client.enable ? t('enable') : t('disable') }}
+
+
+
+
+
subId
+
{{ client.subId || '-' }}
+
+
+
+
+
+
+
UUID
+
{{ client.uuid }}
+
+
+
+
+
+
+
Password
+
{{ client.password }}
+
+
+
+
+
+
+
Auth
+
{{ client.auth }}
+
+
+
+
+
+
+
{{ t('pages.inbounds.traffic') }}
+
+ ↑ {{ SizeFormatter.sizeFormat(traffic?.up || 0) }}
+ / ↓ {{ SizeFormatter.sizeFormat(traffic?.down || 0) }}
+
+
+ {{ SizeFormatter.sizeFormat(used) }}
+ /
+ {{ totalBytes > 0 ? SizeFormatter.sizeFormat(totalBytes) : '∞' }}
+
+
+
+
+
{{ t('remained') || 'Remaining' }}
+
∞
+
+ {{ SizeFormatter.sizeFormat(remaining) }}
+
+
+
+
+
{{ t('pages.inbounds.allTimeTraffic') || 'All-time' }}
+
{{ SizeFormatter.sizeFormat(traffic?.allTime || (used)) }}
+
+
+
+
{{ t('pages.inbounds.expireDate') || 'Expiry' }}
+
∞
+
{{ expiryLabel(client.expiryTime) }}
+
{{ expiryRelative(client.expiryTime) }}
+
+
+
+
IP limit
+
∞
+
{{ client.limitIp }}
+
+
+
+ {{ t('pages.inbounds.client.comment') || 'Comment' }}
+ {{ client.comment }}
+
+
+
+
{{ t('pages.clients.attachedInbounds') || 'Attached inbounds' }}
+
+
+
+ {{ inboundsById[id].remark || `#${id}` }} ({{ inboundsById[id].protocol }}:{{ inboundsById[id].port }})
+
+ #{{ id }}
+
+
—
+
+
+
+