Ajout d'une pop-in pour l'ajout
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<div *ngIf="dataSourceTable != null else loading" class="table-container">
|
||||
<button (click)="add()">Add a aircraft</button>
|
||||
<app-new-drop-zone *ngIf="showAddForm === true"></app-new-drop-zone>
|
||||
<button mat-button (click)="openDialogToAdd()" class="btn btn-primary">Add a drop zone</button>
|
||||
|
||||
<table mat-table [dataSource]="dataSourceTable">
|
||||
<ng-container matColumnDef="isfavorite">
|
||||
|
||||
Reference in New Issue
Block a user