|  |  |  | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={4}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label={translate("table.field.deviceSite.deviceSite")} | 
|---|
|  |  |  | name="deviceSites" | 
|---|
|  |  |  | placeholder={translate('common.action.inputPlaceholder')} | 
|---|
|  |  |  | size="small" | 
|---|
|  |  |  | // type="number" | 
|---|
|  |  |  | <ReferenceInput | 
|---|
|  |  |  | source="deviceSites" | 
|---|
|  |  |  | reference="basStation" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <SelectInput | 
|---|
|  |  |  | label="table.field.deviceSite.deviceSite" | 
|---|
|  |  |  | optionText="stationName" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ReferenceInput> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={4}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label={translate("table.field.deviceSite.site")} | 
|---|
|  |  |  | name="site" | 
|---|
|  |  |  | placeholder={translate('common.action.inputPlaceholder')} | 
|---|
|  |  |  | size="small" | 
|---|
|  |  |  | // type="number" | 
|---|
|  |  |  | <ReferenceInput | 
|---|
|  |  |  | source="site" | 
|---|
|  |  |  | reference="basStation" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <SelectInput | 
|---|
|  |  |  | label="table.field.deviceSite.site" | 
|---|
|  |  |  | optionText="stationName" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </ReferenceInput> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={4}> | 
|---|
|  |  |  | <TextInput | 
|---|