Browse Source

chore: Remove the Add Access button from gf-access-table

pull/2456/head
Dhoni77 2 years ago
committed by Thomas
parent
commit
5cd05cb7c2
  1. 12
      apps/client/src/app/components/access-table/access-table.component.html

12
apps/client/src/app/components/access-table/access-table.component.html

@ -1,15 +1,3 @@
<div *ngIf="hasPermissionToCreateAccess" class="d-flex justify-content-end">
<a
color="primary"
i18n
mat-flat-button
[queryParams]="{ createDialog: true }"
[routerLink]="[]"
>
Add Access
</a>
</div>
<table class="gf-table w-100" mat-table [dataSource]="dataSource"> <table class="gf-table w-100" mat-table [dataSource]="dataSource">
<ng-container matColumnDef="alias"> <ng-container matColumnDef="alias">
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Alias</th> <th *matHeaderCellDef class="px-1" i18n mat-header-cell>Alias</th>

Loading…
Cancel
Save