Add symbol icon to position detail dialog (#37)

This commit is contained in:
Thomas
2021-04-22 21:21:52 +02:00
committed by GitHub
parent 82e159a083
commit cf582b2e98
13 changed files with 26 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<gf-dialog-header
mat-dialog-title
[deviceType]="data.deviceType"
[symbolUrl]="data.symbolUrl"
[title]="data.title"
(closeButtonClicked)="onClose()"
></gf-dialog-header>