更新 'src/components/users.js'
This commit is contained in:
@@ -486,6 +486,10 @@ export const UserEdit = props => {
|
|||||||
sort={{ field: "created_ts", order: "DESC" }}
|
sort={{ field: "created_ts", order: "DESC" }}
|
||||||
>
|
>
|
||||||
<Datagrid style={{ width: "100%" }}>
|
<Datagrid style={{ width: "100%" }}>
|
||||||
|
<DateField source="created_ts" showTime options={date_format} />
|
||||||
|
<TextField source="media_id" />
|
||||||
|
<TextField source="url_cache" />
|
||||||
|
|
||||||
</Datagrid>
|
</Datagrid>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user