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>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-3">
|
||||
<span (click)="delete(); $event.stopPropagation()" title="Löschen" class="glyphicon glyphicon-trash trash"
|
||||
*ngIf="loginService.hasPermission(3)"></span>
|
||||
<div class="col-xs-3" *ngIf="loginService.hasPermission(3)">
|
||||
<span (click)="delete(); $event.stopPropagation()"
|
||||
title="Löschen"
|
||||
class="glyphicon glyphicon-trash trash"></span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue