fix(power): backport Power Mode stylesheet fix to 7.3 - #2730
fix(power): backport Power Mode stylesheet fix to 7.3#2730Eli Bosley (elibosley) wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔧 PR Test Plugin AvailableA test plugin has been generated for this PR that includes the modified files. Version: 📥 Installation Instructions:Install via Unraid Web UI:
Alternative: Direct Download
|
Summary
Backport the Power Mode stylesheet filename fix to the Unraid 7.3.3 line on top of the reviewed 7.3 Power Options implementation.
Why This Exists
The Power Mode page is PowerModeCpu.page, but its stylesheet is PowerMode.css. PageBuilder loads stylesheets by basename, so the bare-metal rule that hides the virtualization warning does not load.
This is the 7.3.3 follow-up to OS-734. It depends on the configurable Power Button backport tracked by OS-644 and PR #2715.
Resolution
Rename PowerMode.css to PowerModeCpu.css. The stylesheet content remains unchanged.
Reviewer Considerations
Behavior Changes
Bare-metal servers no longer show the virtualization warning in Settings > Power Options > Power Mode. Virtualized servers continue to show the warning when applicable.
Implementation Summary
Verification
Risk
Low. The stylesheet content is unchanged. Only the stylesheet basename changes.
Linear Cross-links