Add Description field for Bridges
This commit is contained in:
@@ -635,7 +635,7 @@ advanced_settings() {
|
|||||||
if [[ -n "$bridge" ]]; then
|
if [[ -n "$bridge" ]]; then
|
||||||
description=$(get_bridge_description "$bridge")
|
description=$(get_bridge_description "$bridge")
|
||||||
if [[ -n "$description" ]]; then
|
if [[ -n "$description" ]]; then
|
||||||
BRIDGE_MENU_OPTIONS+=("$bridge" "${bridge} - ${description}")
|
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
|
||||||
else
|
else
|
||||||
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
|
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user