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 paloma.rebuelta@6point6.co.uk
Signed-off-by: Paloma Rebuelta <paloma.rebuelta@6point6.co.uk>
  • Loading branch information
paloma-rebuelta committed Jan 2, 2024
1 parent 3ae1ff1 commit 11a7842
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 11a7842

Please sign in to comment.