Browse Source

Remove this (#2341)

pull/2355/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
ef2849aa6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/client/src/app/pages/landing/landing-page.html
  2. 2
      libs/ui/src/lib/activities-table/activities-table.component.html

6
apps/client/src/app/pages/landing/landing-page.html

@ -60,7 +60,7 @@
<div *ngIf="hasPermissionForStatistics" class="row mb-5"> <div *ngIf="hasPermissionForStatistics" class="row mb-5">
<div <div
class="col-md-4 d-flex my-1" class="col-md-4 d-flex my-1"
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" [ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
> >
<a <a
class="d-block" class="d-block"
@ -78,7 +78,7 @@
</div> </div>
<div <div
class="col-md-4 d-flex my-1" class="col-md-4 d-flex my-1"
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" [ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
> >
<a <a
class="d-block" class="d-block"
@ -96,7 +96,7 @@
</div> </div>
<div <div
class="col-md-4 d-flex my-1" class="col-md-4 d-flex my-1"
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }" [ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
> >
<a <a
class="d-block" class="d-block"

2
libs/ui/src/lib/activities-table/activities-table.component.html

@ -508,7 +508,7 @@
</th> </th>
<td *matCellDef="let element" class="px-1 text-center" mat-cell> <td *matCellDef="let element" class="px-1 text-center" mat-cell>
<button <button
*ngIf="this.showActions" *ngIf="showActions"
class="mx-1 no-min-width px-2" class="mx-1 no-min-width px-2"
mat-button mat-button
[matMenuTriggerFor]="activityMenu" [matMenuTriggerFor]="activityMenu"

Loading…
Cancel
Save