remove empty column for trash symbol on missing access
parent
f749185eae
commit
0bbda36239
|
@ -9,9 +9,10 @@
|
||||||
<small>vom {{war.date | date: 'dd.MM.yyyy'}}</small>
|
<small>vom {{war.date | date: 'dd.MM.yyyy'}}</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-3">
|
<div class="col-xs-3" *ngIf="loginService.hasPermission(3)">
|
||||||
<span (click)="delete(); $event.stopPropagation()" title="Löschen" class="glyphicon glyphicon-trash trash"
|
<span (click)="delete(); $event.stopPropagation()"
|
||||||
*ngIf="loginService.hasPermission(3)"></span>
|
title="Löschen"
|
||||||
|
class="glyphicon glyphicon-trash trash"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue