4956e8ab90
Editing any field on a container-mode vm/lxc/docker_host node (e.g. just renaming it or adding a property) reset its manually-set height to undefined, snapping the container back to auto-fit content size and scrambling/overflowing its nested children. Root cause: updateNode clears height on every 'properties' change and the node modal always includes properties in its payload. Only proxmox was excluded from the reset; vm/lxc/docker_host in container mode were not. - export CONTAINER_MODE_TYPES from virtualEdgeParent (reuse, no re-declare) - updateNode: skip the height reset for any container-mode host type; proxmox stays always-excluded (legacy), plain leaf nodes still auto-fit - regression tests: manual height preserved for container-mode vm/lxc/docker_host and proxmox; still reset for a non-container vm Fixes #278 ha-relevant: yes