Revize c64ba540
Přidáno uživatelem Jakub Hlaváč před téměř 4 roky(ů)
src/app/shared/nav-bar/components/nav-bar.component.html | ||
---|---|---|
36 | 36 |
</div> |
37 | 37 |
|
38 | 38 |
<app-user-insert-popup *ngIf="showAddUserPopup" [(isVisible)]="showAddUserPopup"></app-user-insert-popup> |
39 |
<app-unit-insert-popup [(isVisible)]="showInsertUnitPopup" [phenomenons]="phenomenons" (emitNewUnit)="addUnit($event)"></app-unit-insert-popup> |
|
39 |
<app-unit-insert-popup [(isVisible)]="showInsertUnitPopup" [phenomenons]="phenomenons" (emitNewUnit)="addUnit($event)" [sensorTypes]="sensorTypes"></app-unit-insert-popup> |
Také k dispozici: Unified diff
Re #8870 - Edit sensor, insert unit - enum na sensorType
+ sensorType as dropdown
+ removing sensors from form in insertion of unit and insertion of sensor