Skip to content

Commit 0ffd9d2

Browse files
committed
feat: add apexcharts and react-apexcharts for enhanced resource visualization in NodePodList component
1 parent baf874d commit 0ffd9d2

File tree

4 files changed

+421
-142
lines changed

4 files changed

+421
-142
lines changed

package-lock.json

Lines changed: 114 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
"@tailwindcss/vite": "^4.1.8",
2626
"@tanstack/react-table": "^8.21.3",
2727
"ansi-to-html": "^0.7.2",
28+
"apexcharts": "^5.3.1",
2829
"class-variance-authority": "^0.7.1",
2930
"clsx": "^2.1.1",
3031
"dayjs": "^1.11.13",
3132
"immer": "^10.1.1",
3233
"jotai": "^2.12.5",
3334
"lucide-react": "^0.511.0",
3435
"react": "^19.1.0",
36+
"react-apexcharts": "^1.7.0",
3537
"react-dom": "^19.1.0",
3638
"react-window": "^1.8.11",
3739
"recharts": "^2.15.3",

src/components/block/node-detail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function NodeDetail({ node, className }: NodeDetailProps) {
5555
<NodeResourceUsage node={node} />
5656

5757
{/* Pod List */}
58-
<NodePodList pods={nodePods} />
58+
<NodePodList pods={nodePods} node={node} />
5959

6060
{/* Volume List */}
6161
<PodsVolumeList pods={nodePods} />

0 commit comments

Comments
 (0)