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

Filip Schauer f.schauer at proxmox.com
Fri Aug 4 12:26:46 CEST 2023


Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
 proxinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxinstall b/proxinstall
index d5b2565..9316578 100755
--- a/proxinstall
+++ b/proxinstall
@@ -347,7 +347,7 @@ sub create_ipconf_view {
 
     my $get_device_desc = sub {
 	my $iface = shift;
-	return "$iface->{name} - $iface->{mac} ($iface->{driver})";
+	return "$iface->{name} - $iface->{mac} ($iface->{driver}) - $iface->{state}";
     };
 
     my $run_env = Proxmox::Install::RunEnv::get();
-- 
2.39.2






More information about the pve-devel mailing list