Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c64ba540

Přidáno uživatelem Jakub Hlaváč před téměř 4 roky(ů)

Re #8870 - Edit sensor, insert unit - enum na sensorType

  • 500 error static message because BE returns HTML exception
    + sensorType as dropdown
    + removing sensors from form in insertion of unit and insertion of sensor

Zobrazit rozdíly:

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