Skip to content

Commit

Permalink
Merge pull request #58 from it-at-m/feature-1629-commit-reverted
Browse files Browse the repository at this point in the history
feat(ZMS-1629): commit reverted
  • Loading branch information
manjencic authored Dec 7, 2023
2 parents c6959b8 + 7c4db27 commit 7f7426c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions zmsadmin/js/block/calldisplay/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,13 @@ class CallDisplayConfigView extends Component {
{ name: 'Uhrzeit, Anzahl Wartende, Wartezeit, 6-12 Aufrufe | Raum', value: 'clocknrwaitraum' },
{ name: '4-8 Aufrufe, nur Zahlen | Tür', value: 'rawdoor4-8' },
{ name: '6-18 Aufrufe | Tür', value: 'raw18door' },
{ name: '6-18 Aufrufe | Platz', value: 'raw18platz' }
{ name: '6-18 Aufrufe | Platz', value: 'raw18platz' },
{ name: '10 Aufrufe | Platz', value: 'default_platz' },
{ name: '10 Aufrufe | Tür', value: 'default_tuer' },
{ name: '10 Aufrufe | Raum', value: 'default_raum' }
]}
value={this.state.template}
onChange={onTemplateStatusChange} />
a onChange={onTemplateStatusChange} />
</Controls>
</FormGroup>
<FormGroup>
Expand Down
Loading

0 comments on commit 7f7426c

Please sign in to comment.