Squidly271
680363d54a
Fixed: Multiple Tabs on Main would cause issues on parity sync changes
2025-08-14 19:30:56 -04:00
Squidly271
4ed31801bc
Refactor: Change to always publish
2025-08-13 22:37:24 -04:00
Squidly271
ac9d97a628
Merge branch 'master' into patch-8
2025-08-13 19:28:12 -04:00
Squidly271
c5d984d270
Chore: Remove references to :stop on nchan options
2025-08-12 23:09:23 -04:00
Squidly271
e361b0b864
Refactor: Remove code for live updates disabled
2025-08-12 23:05:48 -04:00
tom mortensen
fd0ccd228e
Merge pull request #2326 from Squidly271/patch-8
...
Feat: Allow selected nchan publishers to exit if no listeners
2025-08-12 09:15:50 -07:00
Squidly271
3c2c2c2635
Chore: Rename func and set properly set default values
2025-08-12 12:14:37 -04:00
tom mortensen
e90aa66ae1
Merge pull request #2325 from SimonFair/Fix-p-core-if-no-e-cores
...
Fix: Dont allow ' in file paths
2025-08-12 09:14:28 -07:00
Squidly271
879e1cba41
Feat support string or array passed as a message
2025-08-10 18:22:21 -04:00
Squidly271
408331edf5
Refactor: Support not sending duplicate messages
...
Keep track of the md5 within a separate function. Avoids duplication of code on the nchan scripts, and allows for the script to still exit if no listeners without adding in more code within each script to handle this.
2025-08-10 18:13:10 -04:00
Squidly271
e57011bc38
Simpler Syntax for calling publish function
2025-08-10 12:47:10 -04:00
SimonFair
0bbf7116d8
Update emhttp/plugins/dynamix.vm.manager/VMSettings.page
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-06 21:07:35 +01:00
SimonFair
b4d059949d
Fix: Dont all ' in file path
2025-08-06 21:03:27 +01:00
bergware
68944cb49e
GUI: improve format consistency
2025-08-01 07:40:50 +02:00
tom mortensen
c1956f2f86
Merge pull request #2310 from unraid/refactor-nchan-publish
...
refactor: use shared nchan publish function
2025-07-27 13:40:01 -07:00
tom mortensen
b511079220
Merge pull request #2309 from SimonFair/Fix-PCI-changes
...
Fix: Remote view and RDP if no user shares are set.
2025-07-27 13:38:01 -07:00
SimonFair
578ccc26a9
Update path value for non standard use.
2025-07-26 10:05:58 +01:00
ljm42
6d6862fd0f
refactor: use shared nchan publish function
2025-07-24 13:42:10 -07:00
SimonFair
95ac39b3bc
Fix: Remote view and RDP if no user shares are set.
2025-07-24 20:47:01 +01:00
tom mortensen
52b1315b20
Merge pull request #2302 from SimonFair/Fix-PCI-changes
...
Fix: 2nd SSD
2025-07-22 08:15:33 -07:00
SimonFair
838a5e8832
Fix: 2nd SSD
2025-07-22 07:51:42 +01:00
tom mortensen
5c8cd7488d
Merge pull request #2299 from SimonFair/Fix-PCI-changes
...
Fix: 2nd SSD disk.
2025-07-21 09:43:59 -07:00
SimonFair
5eb20b2f76
Fix: Missing bracket.
2025-07-20 15:17:14 +01:00
SimonFair
a46d232140
Fix: 2nd SSD disk.
2025-07-20 14:56:09 +01:00
tom mortensen
8eb65d139b
Merge pull request #2288 from SimonFair/Fix-PCI-changes
...
Remove OpenElec and LibreElec
2025-07-09 11:57:28 -07:00
tom mortensen
f229bd2ea1
Merge pull request #2285 from unraid/feat/page-option-responsive-no-support
...
feat: enhance page content generation with responsive layout support
2025-07-09 11:56:42 -07:00
tom mortensen
8df5cb92a6
Merge pull request #2272 from SimonFair/VM-PHP-Fixes
...
refactor: sanitize shell arguments
2025-07-09 11:54:39 -07:00
SimonFair
f278b0c8d7
Update emhttp/plugins/dynamix.vm.manager/include/libvirt.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-04 19:06:21 +01:00
SimonFair
739509ef13
Update emhttp/plugins/dynamix.vm.manager/include/libvirt.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-04 19:05:57 +01:00
SimonFair
2664ad68fc
Feature: add MAXPHYSADDR option in advanced.
2025-07-04 16:27:27 +01:00
SimonFair
c3fbd382aa
Remove OpenElec and LibreElec
2025-07-03 18:25:18 +01:00
Zack Spear
469f15883b
feat: enhance page content generation with responsive layout support
...
- Updated `generateContent` function to handle a new `ResponsiveLayout` flag in the page data array.
- Added a wrapper for non-responsive content based on the `ResponsiveLayout` flag.
- Adjusted CSS class naming for consistency in the `default-base.css` file.
- Set `ResponsiveLayout` to false in `AddVM.page` and `UpdateVM.page` for default behavior.
- Cleaned up HTML structure in `VMedit.php` to remove unnecessary class.
This change improves the flexibility of page layouts and ensures proper styling for non-responsive content.
2025-07-01 16:04:27 -07:00
Zack Spear
fefc4c5bba
fix: add manualSpacingOffset to fillAvailableHeight VMs & Dockers for improved layout
...
- Introduced manualSpacingOffset parameter in DockerContainers.page and VMMachines.page to prevent unwanted scrollable space in the main content.
- Updated fillAvailableHeight calls to include this parameter, enhancing the overall layout consistency across pages.
2025-06-27 12:43:41 -07:00
Zack Spear
77efe32856
refactor: standardize fillAvailableHeight usage across pages
...
- Replaced existing resize functions with fillAvailableHeight calls in multiple pages for consistent dynamic height adjustments.
- Updated PageMap.page, Processes.page, Syslog.page, Vars.page, DockerContainers.page, VMMachines.page to utilize fillAvailableHeight with appropriate parameters.
- Wrapped relevant elements in 'js-fill-available-height' and 'js-actions' divs for improved structure and layout clarity.
2025-06-27 12:21:03 -07:00
Zack Spear
5e80a64b04
style: refine CPU mode dropdown in VM form
...
- Removed unnecessary 'narrow' class from the CPU mode dropdown for improved styling consistency in the VM form layout.
2025-06-25 16:42:37 -07:00
Zack Spear
1d9db0c765
style: update VM form layout for improved structure
...
- Changed the class of the domain div to .Content--non-responsive for better styling.
- Wrapped the status checkboxes in a new table structure to enhance layout consistency in the VM form.
2025-06-25 16:42:18 -07:00
Zack Spear
7665f65c08
style: add margin to multiple VM form elements
...
- Added a margin-bottom of 2rem to the .multiple class in edit.css to improve spacing in the VM form layout.
2025-06-25 16:36:50 -07:00
SimonFair
950e351575
Update VMajax.php
2025-06-25 17:16:26 +01:00
SimonFair
f3e87a5165
refactor: sanitize shell arguments
2025-06-25 13:23:51 +01:00
tom mortensen
638c1260f5
Merge pull request #2266 from SimonFair/Feature-Changes-for-Spice-multimonitor-
...
Enhance multimonitor support.
2025-06-23 10:14:30 -07:00
SimonFair
2139fdac5f
Initialise qxlheads
2025-06-20 22:38:05 +01:00
SimonFair
2cb0791a2c
Enhance multimonitor support.
2025-06-20 22:31:54 +01:00
SimonFair
f5de21fa63
Update base.css
2025-06-19 17:28:15 +01:00
tom mortensen
32ff144399
Merge pull request #2235 from bergware/master
...
Miscellaneous fixes and updates
2025-06-08 11:11:28 -07:00
tom mortensen
0bb9dca1f6
Merge pull request #2230 from unraid/feat/ui-dialog-responsive
...
feat: ui dialog responsiveness
2025-06-08 11:09:04 -07:00
tom mortensen
b162c34dae
Merge pull request #2229 from SimonFair/VM-PHP-Fixes
...
MAC Address option and ZFS ref link
2025-06-08 11:08:32 -07:00
tom mortensen
d0c5f5a306
Merge pull request #2227 from unraid/refactor/responsive-tables
...
refactor: table responsivess min-width
2025-06-08 11:06:42 -07:00
SimonFair
ff0b8846e7
Revert "Add virbr to list"
...
This reverts commit 5ac98519b5 .
2025-06-08 09:42:48 +01:00
SimonFair
b8144bb85e
Revert "remove duplicate virbr0"
...
This reverts commit 7b57860252 .
2025-06-08 09:42:35 +01:00
SimonFair
8978ab2d82
Update Custom.form.php
2025-06-08 09:42:21 +01:00