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

Maximiliano Sandoval R m.sandoval at proxmox.com
Thu Nov 16 14:13:30 CET 2023


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.sandoval at 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






More information about the pve-devel mailing list