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 <m.sando...@proxmox.com>
---
 www/manager6/qemu/AgentIPView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/AgentIPView.js b/www/manager6/qemu/AgentIPView.js
index 1567bb42..67aeac66 100644
--- a/www/manager6/qemu/AgentIPView.js
+++ b/www/manager6/qemu/AgentIPView.js
@@ -21,7 +21,7 @@ Ext.define('PVE.window.IPInfo', {
                {
                    dataIndex: 'hardware-address',
                    text: gettext('MAC address'),
-                   width: 140,
+                   width: 170,
                    renderer: function(val, metaData) {
                        metaData.style += 'font-family: monospace;';
                        return val;
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to