table extraction visibile for all with red-get-tables role
This commit is contained in:
parent
a5fbf0975e
commit
fbc886b4d5
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user