Add more Portuguese translations
This commit is contained in:
@@ -19,7 +19,6 @@ const PlayerEdit = (props) => (
|
||||
<SimpleForm>
|
||||
<TextInput source="name" validate={[required()]} />
|
||||
<ReferenceInput
|
||||
label="Transcoding"
|
||||
source="transcodingId"
|
||||
reference="transcoding"
|
||||
sort={{ field: 'name', order: 'ASC' }}
|
||||
|
||||
@@ -13,15 +13,10 @@ const PlayerList = (props) => (
|
||||
<List title={<Title subTitle={'Players'} />} exporter={false} {...props}>
|
||||
<Datagrid rowClick="edit">
|
||||
<TextField source="name" />
|
||||
<ReferenceField
|
||||
label="Transcoding"
|
||||
source="transcodingId"
|
||||
reference="transcoding"
|
||||
>
|
||||
<ReferenceField source="transcodingId" reference="transcoding">
|
||||
<TextField source="name" />
|
||||
</ReferenceField>
|
||||
<FunctionField
|
||||
label="MaxBitRate"
|
||||
source="maxBitRate"
|
||||
render={(r) => (r.maxBitRate ? r.maxBitRate : 'Unlimited')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user