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 (#70)

Signed-off-by: Author Name [email protected]
Signed-off-by: Paloma Rebuelta <[email protected]>

format changes
  • Loading branch information
paloma-rebuelta authored May 28, 2024
1 parent 880e635 commit 531a0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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 531a0ff

Please sign in to comment.