mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 23:27:14 +00:00
feat(clients): show short HWID fingerprint in admin device list (#6464)
* feat(clients): show short HWID fingerprint in admin device list Expose a 12-char prefix of the stored hwid_hash in the admin HWID list API and UI so admins can distinguish devices without querying the database. Full hashes and raw HWIDs remain unexposed. Fixes #6359 * ci: retrigger release matrix after 386 dependency download flake --------- Co-authored-by: mrchatam <mrchatam@users.noreply.github.com> Co-authored-by: mrchatam <287639636+mrchatam@users.noreply.github.com>
This commit is contained in:
@@ -101,6 +101,14 @@ export default function ClientHwidListModal({
|
||||
</Typography.Text>
|
||||
</>
|
||||
)}
|
||||
{entry.fingerprint && (
|
||||
<>
|
||||
<br />
|
||||
<Typography.Text type="secondary" code>
|
||||
{t('pages.clients.hwidFingerprint')}: {entry.fingerprint}
|
||||
</Typography.Text>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
<Popconfirm
|
||||
title={t('pages.clients.deleteHwidConfirm')}
|
||||
|
||||
Reference in New Issue
Block a user