Zack Spear
ba8042a517
fix: enhance layout consistency in VMSettings.css
...
- Removed unnecessary margin and transform properties from buttons for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 12:42:02 -07:00
Zack Spear
40565a9bda
fix: enhance layout consistency in DockerSettings.page and VMSettings.page
...
- Added spacing between hidden input fields and submit buttons for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 12:36:03 -07:00
Zack Spear
e426e52c4d
Merge branch 'master' into feat/responsive-default-page-layout
2025-05-20 18:01:18 -07:00
Zack Spear
42050d5edf
fix: VMSettings submit button wrap in span
2025-05-20 16:54:11 -07:00
Zack Spear
b428634a42
fix: settings submit button wrap in span
2025-05-20 16:28:11 -07:00
Zack Spear
1c799560d0
style: update VMSettings.page for improved layout clarity
...
- Added a space before the checkbox input for the advanced view to enhance visual structure.
- This change aligns with ongoing efforts to refine input guidance and visual consistency across the plugin.
2025-05-20 13:59:56 -07:00
tom mortensen
34deed1f35
Merge pull request #2196 from SimonFair/general-protection-fix
...
Add pci checks in qemu
2025-05-20 00:02:02 -07:00
Zack Spear
0e0a388089
style: Removed unnecessary margin-top style from the status panel checkbox span, enhancing the visual structure.
2025-05-19 16:22:43 -07:00
Zack Spear
1108bb7aca
chore: DateTime and VMSettings file formatting
2025-05-19 15:50:35 -07:00
SimonFair
fd93756a98
Add pci checks in qemu
2025-05-10 12:12:42 +01:00
Zack Spear
a8f432058f
style: refactor table structure across multiple pages for scrollable layout on smaller screen sizes
...
- Wrapped tables in a <div> with class "TableContainer" for better responsiveness.
- Ensured consistent styling and structure across ArrayDevices.page, BootDevice.page, DiskList.page, ShareList.page, DockerContainers.page, Plugins.page, and VMMachines.page.
- Updated CSS to support new table container classes for enhanced layout control.
2025-05-08 18:53:53 -07:00
Zack Spear
091675054e
refactor: shares, docker, and vm pages - move away from echoing full HTML
2025-05-07 16:30:42 -07:00
ljm42
f74fb7506f
Merge branch 'master' into Intel-processor-core-types
2025-05-06 11:42:05 -07:00
SimonFair
343f66fc23
Merge remote-tracking branch 'upstream/master' into Intel-processor-core-types
2025-05-06 19:28:15 +01:00
SimonFair
f2818c679b
Merge remote-tracking branch 'upstream/master' into Virtual-Sound-Card
2025-05-06 19:22:06 +01:00
tom mortensen
b4be095d31
Merge pull request #2161 from SimonFair/noVNC-update-to-1.6
...
Update novnc
2025-05-06 10:36:29 -07:00
tom mortensen
ca72d4fbb6
Merge pull request #2068 from SimonFair/general-protection-fix
...
7.x Save PCI Data.
2025-05-06 10:35:00 -07:00
SimonFair
62eac91e47
Update novnc
2025-05-05 17:23:14 -07:00
Zack Spear
503b2c9fa1
chore: comment for VMSettings nitpick suggestion
2025-05-05 12:26:57 -07:00
Zack Spear
bab342df7b
Merge branch 'master' into feat/theme-helper-class
2025-05-05 10:46:17 -07:00
SimonFair
3da0ca48de
XML Icon change fix.
2025-04-28 18:49:43 +01:00
bergware
1e9b5acd37
Docker and VM: remove path do not exist warning
2025-04-25 11:52:25 +02:00
bergware
57c1684d7d
Docker and VM: remove "path does not exist" warning
2025-04-24 09:19:01 +02:00
SimonFair
3a389133be
Initial Commit for Virtual sound cards.
...
Testing + Helptext still to be completed.
2025-04-13 20:02:27 +01:00
SimonFair
6baa22be89
Make script executable
2025-04-11 20:56:55 +01:00
SimonFair
389568e6e9
Check at autostart PCI devices.
2025-04-11 18:18:02 +01:00
SimonFair
787dad82ff
Merge remote-tracking branch 'upstream/master' into Intel-processor-core-types
2025-04-09 13:38:54 +01:00
SimonFair
a110e52d3a
Merge remote-tracking branch 'upstream/master' into general-protection-fix
2025-04-08 17:15:27 +01:00
Zack Spear
cb0dbb4657
refactor: replace $theme1 variable usage with ThemeHelper methods for consistency across multiple pages
2025-04-07 11:44:58 -07:00
Zack Spear
f041c83a92
feat: implement ThemeHelper class to centralize theme management and improve color handling across various pages
2025-04-07 11:44:58 -07:00
Zack Spear
5563e51577
fix: remove duplicate jquery.ui.css stylesheet reference from VMTemplates.page
2025-04-07 10:05:49 -07:00
SimonFair
9f1d5e6b3b
PHP Fixes and code updates
2025-04-07 11:13:12 +01:00
SimonFair
37e03531de
VM Functions and System devices.
2025-04-05 22:08:43 +01:00
SimonFair
cfdd4c487d
Initial commit
2025-04-04 10:20:26 +01:00
Zack Spear
d6f30cd902
refactor: create edit.css for both UpdateVM.page & AddVM.page removing duplicated styles
2025-04-03 15:53:13 -07:00
Zack Spear
9289df5e68
fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts
2025-04-03 15:53:13 -07:00
Zack Spear
c2738a1786
fix: streamline VMTemplates.page by removing duplicate stylesheet and script links, improving load efficiency
2025-04-03 15:53:13 -07:00
Zack Spear
e66406d1ae
fix: update AddVM.css to use custom border variable for consistency
2025-04-03 15:53:12 -07:00
Zack Spear
97398aa862
fix: enhance AddVM.css with hover effects and layout adjustments for image chooser
2025-04-03 15:53:12 -07:00
Zack Spear
33132c6c03
fix: remove line-height from VMTemplates.css
2025-04-03 15:53:12 -07:00
Zack Spear
62c12b5ada
style: add jquery.ui.css & dynamix-jquery-ui.css into DefaultPageLayout and out of .page files
2025-04-02 10:58:55 -07:00
Zack Spear
1f8358375f
chore: VMTemplates remove link to refactored CSS files
2025-04-01 15:51:06 -07:00
Zack Spear
9c468b636b
style: replace DockerManager.css with dynamix-jquery-ui.css across multiple pages for improved theme consistency and maintainability
2025-04-01 15:37:49 -07:00
Zack Spear
5d9f36129d
style: delete duplicate theme-specific CSS files and update VMTemplates.css to use CSS variables for background colors, enhancing maintainability and consistency across themes
2025-03-31 19:28:06 -07:00
Zack Spear
16a647d1c8
Merge branch 'master' into feat/css3-variables
2025-03-31 11:44:47 -07:00
tom mortensen
e5c0dacecb
Merge pull request #2081 from Squidly271/nchan-fix
...
Refactor: Prevent nchan updates on browsers not in focus
2025-03-24 11:58:15 -07:00
Squidly271
0c33f55894
Copyright
2025-03-24 14:13:34 -04:00
Squidly271
a9b00b4d19
Support VM page
2025-03-24 12:45:15 -04:00
SimonFair
afe4b2ba15
Update Custom.form.php
2025-03-21 10:53:07 +00:00
SimonFair
0de81c7377
Updated helptext for pinned cores.
2025-03-08 18:30:53 +00:00