Skip to content

Commit

Permalink
fix: Fix pod to node links
Browse files Browse the repository at this point in the history
  • Loading branch information
tiithansen committed Jun 11, 2024
1 parent 1c1bcd5 commit 5bd66e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/metrics/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const Metrics = {
namespace: 'namespace',
pod: 'pod',
node: 'node',
hostIP: 'host_ip',
createdByKind: 'created_by_kind',
createdByName: 'created_by_name',
}
Expand Down
9 changes: 5 additions & 4 deletions src/pages/Workloads/tabs/Pods/Pods.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/pages/Workloads/tabs/Pods/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bd66e0

Please sign in to comment.