mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #729] [MERGED] feat(dashboard): display CPU, memory, and disk usage on server cards #767
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/729
Author: @tuananh131001
Created: 8/12/2025
Status: ✅ Merged
Merged: 8/17/2025
Merged by: @mbecker20
Base:
1.19.0← Head:feat/mini-stat-card📝 Commits (4)
84e7a59feat: mini-stats-card: Expose Server CPU , Memory, Disk Usage to Dashboard Viewb3621b3comment: resolved13aff69Feat: fix overflow card , DRY stats-mini, add unreachable mini stats8db5c4elint: fix📊 Changes
4 files changed (+202 additions, -8 deletions)
View changed files
📝
frontend/src/components/resources/server/index.tsx(+3 -0)➕
frontend/src/components/resources/server/stats-mini.tsx(+115 -0)➕
frontend/src/lib/dashboard-preferences.ts(+31 -0)📝
frontend/src/pages/home/dashboard.tsx(+53 -8)📄 Description
Problem
Currently, there’s no quick way to view all servers’ resource usage (CPU, memory, disk) in the dashboard. Users must click into each server to see these stats, which slows down monitoring.
Changes
Added CPU%, Memory%, and Disk Usage% to each server card in the dashboard view
Implemented both desktop and mobile responsive designs
UI Screenshots
Desktop View
Mobile view
Related Issue:
https://github.com/moghtech/komodo/issues/46
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.