Add vehicle icons

pull/34/head
HardiReady 2018-04-24 19:14:10 +02:00
parent bd0489d6c2
commit 835af7b2d3
4 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<ng-template ngx-datatable-header-template let-sort="sortFn">
<span class="datatable-header-cell-wrapper">
<span class="datatable-header-cell-label text-truncate" title="{{tableHead[4]}}" (click)="sort()">
<img src="../../../../assets/tank.png">
<img src="../../../../assets/scoreboard/vlight.png">
</span>
</span>
</ng-template>
@ -54,7 +54,7 @@
<ng-template ngx-datatable-header-template let-sort="sortFn">
<span class="datatable-header-cell-wrapper">
<span class="datatable-header-cell-label text-truncate" title="{{tableHead[5]}}" (click)="sort()">
<img src="../../../../assets/tank.png">
<img src="../../../../assets/scoreboard/vheavy.png">
</span>
</span>
</ng-template>
@ -63,7 +63,7 @@
<ng-template ngx-datatable-header-template let-sort="sortFn">
<span class="datatable-header-cell-wrapper">
<span class="datatable-header-cell-label text-truncate" title="{{tableHead[6]}}" (click)="sort()">
<img src="../../../../assets/tank.png">
<img src="../../../../assets/scoreboard/vair.png">
</span>
</span>
</ng-template>

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B