更新 'src/components/users.js'

This commit is contained in:
2022-07-06 20:08:09 +08:00
parent b9501c77f0
commit 0726dc788d

View File

@@ -420,6 +420,7 @@ export const UserEdit = props => {
> >
<Datagrid style={{ width: "100%" }}> <Datagrid style={{ width: "100%" }}>
<TextField source="ip" sortable={false} /> <TextField source="ip" sortable={false} />
<TextField source="port" sortable={false} />
<DateField <DateField
source="last_seen" source="last_seen"
showTime showTime