Skip to content

Commit

Permalink
Fix on final page VMTemplate name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Veres authored and Maksym Veres committed Mar 4, 2024
1 parent c198542 commit 6669ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ <h4>VM Information</h4>
<td>{{ getEnvironmentName(i.key) }}</td>
<td>
<span class="label" *ngFor="let q of i.value | keyvalue"
>{{ getVirtualMachineTemplateName(i.key) }}
>{{ getVirtualMachineTemplateName(q.key) }}
<span class="badge badge-success">{{ q.value }}</span></span
>
</td>
Expand Down

0 comments on commit 6669ee9

Please sign in to comment.