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:
@@ -637,7 +637,7 @@ advanced_settings() {
|
||||
if [[ -n "$description" ]]; then
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
|
||||
else
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
|
||||
BRIDGE_MENU_OPTIONS+=("$bridge" " ")
|
||||
fi
|
||||
fi
|
||||
done <<< "$BRIDGES"
|
||||
|
||||
Reference in New Issue
Block a user