F #-: Redesign Sunstone admin dashboard with operational widgets#7498
Open
pablodelarco wants to merge 1 commit intoOpenNebula:masterfrom
Open
F #-: Redesign Sunstone admin dashboard with operational widgets#7498pablodelarco wants to merge 1 commit intoOpenNebula:masterfrom
pablodelarco wants to merge 1 commit intoOpenNebula:masterfrom
Conversation
d1f6492 to
c3937cc
Compare
…dgets Replace the 4 static count cards with a production-grade 4-row layout: - Row 1: Enhanced WavesCards with live subtitles (running VMs, monitored hosts, storage used/total capacity) - Row 2: Infrastructure utilization (aggregate CPU/Memory bars with color thresholds) + Storage capacity (per-type datastore bars) - Row 3: Host CPU and Memory monitoring graphs (UPlot 1h time-series) - Row 4: VM state distribution donut chart (Recharts) + Quick Actions navigation panel All widgets reuse existing RTK Query hooks with cache deduplication (5 unique API calls shared across widgets). No new npm dependencies. Respects DISABLE_ANIMATIONS setting, dark/light mode, responsive breakpoints, and per-resource access control gating. Signed-off-by: pablodelarco <pdelarco@opennebula.io>
c3937cc to
84b72ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the 4 static WavesCard counters on the Sunstone admin dashboard with an operations-focused layout that surfaces real-time infrastructure metrics at a glance:
Design decisions
DISABLE_ANIMATIONSsetting, dark/light theme, responsive breakpoints, and per-resource access control gatingwidgets/with a barrel exportFiles changed
General.jswidgets/ResourceSummaryCards.jswidgets/InfrastructureUtilization.jswidgets/StorageCapacity.jswidgets/HostMonitoringGraphs.jswidgets/VmStateDistribution.jswidgets/QuickActions.jswidgets/index.jsWavesCard.jssubtitleproptranslates.jsHow to test
Option A: Build from source
Option B: Build only the ContainersModule (faster)
What to verify
Checklist