table extraction visibile for all with red-get-tables role

This commit is contained in:
Timo Bejan 2023-08-29 12:55:11 +03:00
parent a5fbf0975e
commit fbc886b4d5
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</mat-slide-toggle>
</div>
<div *allow="roles.getTables; if: isIqserDevMode" class="iqser-input-group">
<div *allow="roles.getTables" class="iqser-input-group">
<label [translate]="'preferences-screen.form.table-extraction-type'"></label>
<input formControlName="tableExtractionType" />
</div>

View File

@ -42,7 +42,7 @@
<iqser-circle-button
(action)="getTables()"
*allow="roles.getTables; if: isIqserDevMode"
*allow="roles.getTables"
[icon]="'red:csv'"
[tooltip]="'file-preview.get-tables' | translate"
class="ml-2"