[pve-devel] [PATCH manager] ui: pool: dynamic status update in members screen

2024-07-31 Thread Theodor Fumics via pve-devel
--- Begin Message --- Added an UpdateStore to the PVE.grid.PoolMembers component to dynamically refresh the members' overview every 10 seconds. This ensures that the displayed data is up-to-date, reflecting the current state of the pool members. Signed-off-by: Theodor Fumics --- www/manager6/gri

[pve-devel] [PATCH manager v3] ui: pool: separate "Add Virtual Machine" menu into distinct options

2024-07-29 Thread Theodor Fumics via pve-devel
--- Begin Message --- Split the "Add Virtual Machine" menu into separate options for Virtual Machines and Containers to reduce confusion This change follows feedback from a user in [1], who had difficulty finding the container option. Reasons for splitting the menu: - Separate VM and Container opt

[pve-devel] [PATCH manager v2] ui: pool: separate "Add Virtual Machine" menu into distinct options

2024-07-29 Thread Theodor Fumics via pve-devel
--- Begin Message --- Split the "Add Virtual Machine" menu into separate options for Virtual Machines and Containers to reduce confusion. This change follows feedback from a user in [1], who had difficulty finding the container option. [1] https://forum.proxmox.com/threads/how-to-add-containers-t

[pve-devel] [PATCH manager] ui: pool: separate "Add Virtual Machine" menu into distinct options

2024-07-29 Thread Theodor Fumics via pve-devel
--- Begin Message --- Split the "Add Virtual Machine" menu into separate options for Virtual Machines and Containers to reduce confusion. This change follows feedback from a user in [1], who had difficulty finding the container option. [1] https://forum.proxmox.com/threads/how-to-add-containers-t

Re: [pve-devel] [PATCH manager] sdn: subnets: hide irrelevant fields depending on zone type

2024-07-26 Thread Theodor Fumics via pve-devel
--- Begin Message --- Hi Shannon, Thanks for catching that! I missed the use of var and have now sent a revised version (v2) using let instead [1]. [1] https://lore.proxmox.com/pve-devel/mailman.701.1722002701.331.pve-de...@lists.proxmox.com/T/#u On 7/26/24 15:42, Shannon Sterz wrote: On Fri

[pve-devel] [PATCH manager v2] sdn: subnets: hide irrelevant fields depending on zone type

2024-07-26 Thread Theodor Fumics via pve-devel
--- Begin Message --- The SNAT option is only applicable to Simple and EVPN zone types. For other zone types, this field is irrelevant and can cause confusion. This commit hides the SNAT field when it is not applicable to the selected zone type, improving clarity for users. Signed-off-by: Theodor

[pve-devel] [PATCH manager] sdn: subnets: hide irrelevant fields depending on zone type

2024-07-26 Thread Theodor Fumics via pve-devel
--- Begin Message --- The SNAT option is only applicable to Simple and EVPN zone types. For other zone types, this field is irrelevant and can cause confusion. This commit hides the SNAT field when it is not applicable to the selected zone type, improving clarity for users. Signed-off-by: Theodor

Re: [pve-devel] [PATCH pve-manager] sdn: vnets: Hide irrelevant fields depending on zone type

2024-07-26 Thread Theodor Fumics via pve-devel
--- Begin Message --- I’ve tested the changes thoroughly. The fields in the VnetEdit dialog now correctly hide based on the selected zone type. For the EVPN zone type, the VLAN Aware field is hidden, and for the simple zone type, the tag field is correctly hidden. Everything is working perfectly.

Re: [pve-devel] [PATCH installer v2 0/6] auto-installer: add option for providing hashed root password

2024-07-17 Thread Theodor Fumics via pve-devel
--- Begin Message --- I have setup the new functionality according to the instructions from [1] and [2], and tested various hashed and non-hashed passwords. The only potential improvement would be to check if the provided hash is valid because passing an invalid hash makes it rather impossible to