mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
adjust logic
This commit is contained in:
parent
5e9c06105f
commit
e8d52ca681
@ -43,8 +43,8 @@ const ConnectionItem: React.FC<Props> = (props) => {
|
||||
{' -> '}
|
||||
{info.metadata.host ||
|
||||
info.metadata.sniffHost ||
|
||||
info.metadata.remoteDestination ||
|
||||
info.metadata.destinationIP}
|
||||
info.metadata.destinationIP ||
|
||||
info.metadata.remoteDestination}
|
||||
</div>
|
||||
<small className="whitespace-nowrap text-default-500">
|
||||
{dayjs(info.start).fromNow()}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user