Style and infos jump

This commit is contained in:
Sébastien André
2021-01-13 09:26:46 +01:00
parent 22df1400bd
commit df653eef0d
4 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
<div class="content">
<div *ngIf="dataSourceTable != null else loading">
<div>
<button mat-raised-button color="accent" [routerLink]="['/newjump']" [routerLinkActive]="['active']" skipLocationChange>Add jumps</button>
</div>
<div *ngIf="dataSourceTable != null else loading">
<table mat-table [dataSource]="dataSourceTable">
<ng-container matColumnDef="infos">
<th mat-header-cell *matHeaderCellDef></th>