TSK-1470: remove th (#1344)

This commit is contained in:
Franzi321 2020-11-17 10:37:02 +01:00 committed by GitHub
parent 596a6fa952
commit 4ffeacdfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,6 @@
<th class="align-left">
<taskana-shared-sort [sortingFields]="sortingFields" (performSorting)="sorting($event)"
menuPosition="left" defaultSortBy="access-id">
</th>
</taskana-shared-sort>
</th>
<th>
@ -70,8 +69,8 @@
</mat-form-field>
</th>
<th>
<button mat-icon-button matTooltip="Clear filter" color="warn"
(click)="clearFilter()" title="clearFilter">
<button mat-icon-button matTooltip="Clear filter" color="warn" (click)="clearFilter()"
title="clearFilter">
<mat-icon>close</mat-icon>
</button>
</th>
@ -118,8 +117,9 @@
</tr>
</tbody>
</table>
<button mat-mini-fab class="access-items__authorization-expansion-panel__revoke-button" matTooltip="Revoke access" color="warn"
*ngIf="accessItemsForm" (click)="revokeAccess()" title="Revoke access" [disabled]=isGroup>
<button mat-mini-fab class="access-items__authorization-expansion-panel__revoke-button"
matTooltip="Revoke access" color="warn" *ngIf="accessItemsForm" (click)="revokeAccess()" title="Revoke access"
[disabled]=isGroup>
<mat-icon>clear</mat-icon>
</button>
</ng-form>