Feature/update iptrunk migration input form
Compare changes
- Karel van Klink authored
@@ -7,7 +7,6 @@ configured to run from A to C. B is then no longer associated with this IP trunk
@@ -7,7 +7,6 @@ configured to run from A to C. B is then no longer associated with this IP trunk
@@ -44,7 +43,7 @@ from gso.utils.helpers import (
@@ -44,7 +43,7 @@ from gso.utils.helpers import (
@@ -88,7 +87,9 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
@@ -88,7 +87,9 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
new_router_enum = Choice("Select a new router", zip(routers.keys(), routers.items(), strict=True)) # type: ignore[arg-type]
@@ -148,7 +149,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
@@ -148,7 +149,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator: