@ -15,9 +15,11 @@
<div class="text-truncate">
{{ element?.name }}
</div>
<div *ngIf="showSymbol">
<small class="text-muted">{{ element?.symbol }}</small>
@if (showSymbol) {
<div>
}
</td>
</ng-container>
@ -62,8 +62,8 @@ export class GfBenchmarkComponent implements OnChanges, OnDestroy {
@Input() deviceType: string;
@Input() hasPermissionToDeleteItem: boolean;
@Input() locale = getLocale();
@Input() user: User;
@Input() showSymbol = true;
@Output() itemDeleted = new EventEmitter<AssetProfileIdentifier>();