[pve-devel] [PATCH manager 2/2] ui: ipview: Increase the width of the MAC column

2023-11-16 Thread Maximiliano Sandoval R
The latest change made the MACs monospaced, hence they do require more space now. A multiple of 17 was chosen to match the number of characters. Signed-off-by: Maximiliano Sandoval R --- www/manager6/qemu/AgentIPView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www

[pve-devel] [PATCH manager 1/2] ui: ipview: Use monospace font for IPs and MAC addresses

2023-11-16 Thread Maximiliano Sandoval R
It becomes easier to read when you have multiple rows showing MACs when they have the same size. Signed-off-by: Maximiliano Sandoval R --- www/manager6/qemu/AgentIPView.js | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/manager6/qemu/AgentIPView.js b/www/manager6

[pve-devel] [PATCH docs] ha: Explicitly mention that migrations only affect HA guests

2023-10-25 Thread Maximiliano Sandoval R
Signed-off-by: Maximiliano Sandoval R --- ha-manager.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index 6bbd267..7f1ba3d 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -854,7 +854,7 @@ Maintenance Mode

[pve-devel] [PATCH docs] installation: document UP indicator in network setup

2023-10-23 Thread Maximiliano Sandoval R
See https://git.proxmox.com/?p=pve-installer.git;a=commit;h=124ca33f9fb3780a76f0b5fd57952e69823852c8. Signed-off-by: Maximiliano Sandoval R --- pve-installation.adoc | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index

[pve-devel] [PATCH installer v3] fix #4869: Show state in management interface ComboBox

2023-10-19 Thread Maximiliano Sandoval R
From: Maximiliano Sandoval This is a continuation of https://lists.proxmox.com/pipermail/pve-devel/2023-August/058639.html. Signed-off-by: Maximiliano Sandoval R --- v3 was tested only with `make check-pve`. v2 was properly tested by Filip Schauer in a VM. Differences from v2: - Use a

[pve-devel] [PATCH installer v2] fix #4869: Show state in management interface ComboBox

2023-10-17 Thread Maximiliano Sandoval R
From: Maximiliano Sandoval This is a continuation of https://lists.proxmox.com/pipermail/pve-devel/2023-August/058639.html. Signed-off-by: Maximiliano Sandoval R --- proxinstall | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/proxinstall b