{{ $t('peer.authId') }}: {{ overview.data.authId }}
-{{ $t('peer.name') }}: {{ overview.data.name }}
-{{ $t('peer.remark') }}: {{ overview.data.remark || '-' }}
-{{ $t('peer.createdAt') }}: {{ overview.data.createTime || '-' }}
-{{ $t('peer.status') }}: {{ overview.data.disabled === 1 ? $t('common.disable') : $t('common.enable') }}
-{{ $t('peer.bannedUntil') }}: {{ overview.data.bannedUntil > Date.now() ? timestampToDateTime(overview.data.bannedUntil) : '-' }}
-{{ $t('peer.totalTraffic') }}: {{ formatBytes((overview.data.downloadBytes || 0) + (overview.data.uploadBytes || 0)) }}
-{{ $t('peer.quota') }}: {{ quotaText(overview.data.quotaBytes) }}
-{{ $t('peer.download') }}: {{ formatBytes(overview.data.downloadBytes) }}
-{{ $t('peer.upload') }}: {{ formatBytes(overview.data.uploadBytes) }}
-{{ $t('peer.devices') }}: {{ overview.data.onlineDevices }} / {{ overview.data.maxDevices }}
-{{ $t('peer.expireTime') }}: {{ overview.data.expiresAt === 0 ? $t('peer.unlimited') : timestampToDateTime(overview.data.expiresAt) }}
-{{ $t('peer.lastConnectionAt') }}: {{ overview.data.lastConnectionAt ? timestampToDateTime(overview.data.lastConnectionAt) : '-' }}
++ {{ $t("peer.authId") }}: {{ overview.data.authId }} +
++ {{ $t("peer.name") }}: {{ overview.data.name }} +
++ {{ $t("peer.remark") }}: {{ overview.data.remark || "-" }} +
++ {{ $t("peer.createdAt") }}: + {{ overview.data.createTime || "-" }} +
++ {{ $t("peer.status") }}: + {{ + overview.data.disabled === 1 + ? $t("common.disable") + : $t("common.enable") + }} +
++ {{ $t("peer.bannedUntil") }}: + {{ + overview.data.bannedUntil > Date.now() + ? timestampToDateTime(overview.data.bannedUntil) + : "-" + }} +
++ {{ $t("peer.totalTraffic") }}: + {{ + formatBytes( + (overview.data.downloadBytes || 0) + + (overview.data.uploadBytes || 0) + ) + }} +
++ {{ $t("peer.quota") }}: + {{ quotaText(overview.data.quotaBytes) }} +
++ {{ $t("peer.download") }}: + {{ formatBytes(overview.data.downloadBytes) }} +
++ {{ $t("peer.upload") }}: + {{ formatBytes(overview.data.uploadBytes) }} +
++ {{ $t("peer.devices") }}: {{ overview.data.onlineDevices }} / + {{ overview.data.maxDevices }} +
++ {{ $t("peer.expireTime") }}: + {{ + overview.data.expiresAt === 0 + ? $t("peer.unlimited") + : timestampToDateTime(overview.data.expiresAt) + }} +
++ {{ $t("peer.lastConnectionAt") }}: + {{ + overview.data.lastConnectionAt + ? timestampToDateTime(overview.data.lastConnectionAt) + : "-" + }} +
{{ $t('peer.clientUri') }}:
++ {{ $t("peer.clientUri") }}: +