Skip to content

Commit

Permalink
altering the order of the variables populates the var-namespace field…
Browse files Browse the repository at this point in the history
… instead of leaving it as undefined in the metrics tab

Signed-off-by: Author Name [email protected]
Signed-off-by: Paloma Rebuelta <[email protected]>
  • Loading branch information
paloma-rebuelta committed Dec 21, 2023
1 parent 7da197e commit 628e4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<mat-tab *ngIf="grafanaFound" label="METRICS">
<app-metrics
*ngIf="serverInfoLoaded"
[status]="inferenceService?.status"
[namespace]="namespace"
[status]="inferenceService?.status"
></app-metrics>
</mat-tab>
<mat-tab label="LOGS">
Expand Down

0 comments on commit 628e4cb

Please sign in to comment.