Update pipeline-step-info.component.html

This commit is contained in:
Shubham Takode 2024-02-29 20:21:19 +05:30
parent 5909271f8f
commit bf49d855cd

View File

@ -75,8 +75,10 @@
<div class="header">MODELS</div>
<ng-container *ngIf="step?.data?.experimentDetails?.models?.output?.length > 0; else emptyMsg">
<div *ngFor="let model of step?.data?.experimentDetails?.models?.output" class="param">
<div class="key"><a [routerLink]="['/projects', model.model.project.id, 'models', model.model.id]"
target="_blank">{{model.name || model.model.name}}</a></div>
<div class="key">
{{model.name || model.model.name}}
<!-- <a [routerLink]="['/projects', model.model.project.id, 'models', model.model.id]"
target="_blank">{{model.name || model.model.name}}</a> --></div>
</div>
</ng-container>
</div>