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