Commit Graph

16 Commits

Author SHA1 Message Date
Zack Spear 10bf8de500 fix: enhance layout consistency in CPU pages and default styles
- Wrapped tables in CPUisol.page, CPUpin.page, and CPUvms.page with a new div class for improved layout structure.
- Added a new CSS class .TableContainer--no-min-width to handle overflow and ensure consistent table presentation.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 13:04:58 -07:00
Zack Spear b5edfc9ad0 fix: enhance layout consistency in CPU isolation, pinning, and VM pages
- Updated form structures in CPUisol.page, CPUpin.page, and CPUvms.page to use flex containers for button alignment.
- Removed unnecessary div wrappers to streamline layout.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 12:59:14 -07:00
Zack Spear 1b962159df fix: enhance layout consistency in CPUisol.page, CPUpin.page, and CPUvms.page
- Wrapped tables in CPUisol.page, CPUpin.page, and CPUvms.page within divs for improved layout structure.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-21 11:56:17 -07:00
SimonFair cfdd4c487d Initial commit 2025-04-04 10:20:26 +01:00
SimonFair ae9446ebee Merge remote-tracking branch 'upstream/master' into VM-Manager-PHP-Fixes 2025-03-06 18:46:21 +00:00
SimonFair 3380b4ed3a Fix: Merge Conflict. 2025-03-06 17:28:27 +00:00
SimonFair 7b47f11f74 Standardise on name for vCPUs and Cores 2025-03-06 17:24:09 +00:00
ljm42 50d98f2a99 fix: <br /> to <br> 2025-03-03 10:08:57 -07:00
SimonFair f06d38d527 Update CPUvms.page 2025-02-01 20:35:30 +00:00
SimonFair 51731a2e6c Update CPUvms.page 2025-02-01 15:01:59 +00:00
SimonFair 87ebad2470 Enable Update button is select deselect pressed. 2025-02-01 14:45:43 +00:00
SimonFair 8e53d8a25d Add Select Deselect buttons 2025-02-01 14:37:42 +00:00
SimonFair a915a687d4 Allow non pinned vcpus for VMs 2024-11-10 18:59:01 +00:00
dlandon eed5a94d03 Fix php error of too many variables in post. 2024-06-10 09:50:09 -05:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00