Skip to content
Snippets Groups Projects
Commit 07aa2dd4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13195 TIME 0:05 show real table name

parent 25f62457
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,10 @@
<mat-select [(ngModel)]="custom.values.table" required>
<mat-option *ngFor="let table of availaibleTables | keyvalue"
[value]="table.key">
{{lang[table.key]}}
{{table.key}}
<ng-container *ngIf="!functionsService.empty(lang[table.key])">
({{lang[table.key]}})
</ng-container>
</mat-option>
</mat-select>
</mat-form-field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment