Skip to content

Commit

Permalink
Merge pull request #639 from noi-techpark/feature/echarging-latest-ui…
Browse files Browse the repository at this point in the history
…-fixes

adding missing number inputs
  • Loading branch information
RudiThoeni authored Oct 21, 2024
2 parents 5fd7d69 + f37e191 commit 944d318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databrowser/src/config/builder/tourism/echargingdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,20 +311,23 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.DisplayOrCardReaderOperationHeight',
},
params: { type: 'number' },
},
{
title: 'Charging Pistol height (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.ChargingPistolOperationHeight',
},
params: { type: 'number' },
},
{
title: 'Charging cable length (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.ChargingCableLength',
},
params: { type: 'number' },
},
{
title: 'Shielding post in front of charging station',
Expand Down

0 comments on commit 944d318

Please sign in to comment.