Skip to content
Snippets Groups Projects

router creation flow update

Merged Karel van Klink requested to merge feature/update-lifecycle-states into develop
3 files
+ 8
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -15,7 +15,7 @@ def _initial_input_form(subscription_id: UUIDstr) -> FormGenerator:
router = Router.from_subscription(subscription_id)
class ActivateRouterForm(FormPage):
info_label: Label = "Start approval process for router activation." # noqa: ignore[assignment]
info_label: Label = "Start approval process for router activation." # type:ignore[assignment]
tt_number: str
user_input = yield ActivateRouterForm
Loading