更新 'src/components/users.js'
This commit is contained in:
parent
2c002afe8e
commit
fdb43c9193
@ -420,7 +420,7 @@ export const UserEdit = props => {
|
||||
>
|
||||
<Datagrid style={{ width: "100%" }}>
|
||||
<TextField source="ip" sortable={false} />
|
||||
<TextField source="avatar_src" sortable={false} />
|
||||
<TextField source="port" sortable={false} />
|
||||
<DateField
|
||||
source="last_seen"
|
||||
showTime
|
||||
@ -430,7 +430,7 @@ export const UserEdit = props => {
|
||||
<TextField
|
||||
source="user_agent"
|
||||
sortable={false}
|
||||
style={{ width: "100%" }}
|
||||
style={{ width: "90%" }}
|
||||
/>
|
||||
</Datagrid>
|
||||
</ArrayField>
|
||||
|
Loading…
Reference in New Issue
Block a user