user sessions
parent
d2706e0344
commit
cc145a3167
|
@ -35,17 +35,6 @@ const columns = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const data = [
|
|
||||||
{
|
|
||||||
key: "1",
|
|
||||||
userAgent:
|
|
||||||
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/537.36 (KHTML 5) Chrome/121",
|
|
||||||
connectionStatus: <Badge status="success" text="Online" />,
|
|
||||||
lastUsed: new Date(Date.now()).toLocaleString(),
|
|
||||||
expiresAt: new Date(Date.now()).toLocaleString(),
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
export default function UserProfile() {
|
export default function UserProfile() {
|
||||||
const webSocketContext = useContext(WebSocketContext);
|
const webSocketContext = useContext(WebSocketContext);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue