mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Add Description field for Bridges
This commit is contained in:
@@ -635,7 +635,7 @@ advanced_settings() {
|
||||
if [[ -n "$bridge" ]]; then
|
||||
description=$(get_bridge_description "$bridge")
|
||||
if [[ -n "$description" ]]; then
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" "${bridge} - ${description}")
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
|
||||
else
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user