Add songCount column to Artist table
This commit is contained in:
@@ -38,6 +38,7 @@ const ArtistList = (props) => (
|
||||
<Datagrid rowClick={artistRowClick}>
|
||||
<TextField source="name" />
|
||||
<NumberField source="albumCount" />
|
||||
<NumberField source="songCount" />
|
||||
</Datagrid>
|
||||
</List>
|
||||
)
|
||||
|
||||
+2
-1
@@ -49,7 +49,8 @@
|
||||
"name": "Artist |||| Artists",
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"albumCount": "Album Count"
|
||||
"albumCount": "Album Count",
|
||||
"songCount": "Song Count"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
|
||||
Reference in New Issue
Block a user