Skip to content
Snippets Groups Projects
Commit 550e2a6e authored by Neda Moeini's avatar Neda Moeini
Browse files

Removed the card model from interface choices.

parent 846f6bce
No related branches found
No related tags found
1 merge request!160Removed the card model from interface choices.
Pipeline #85719 passed
......@@ -77,8 +77,7 @@ def available_interfaces_choices_including_current_members(
],
)
options = {
interface["name"]: f"{interface['name']} - {interface['module']['display']} - {interface['description']}"
for interface in available_interfaces
interface["name"]: f"{interface['name']} {interface['description']}" for interface in available_interfaces
}
return Choice("ae member", zip(options.keys(), options.items(), strict=True)) # type: ignore[arg-type]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment