Skip to content
Snippets Groups Projects

Feature/lan switch interconnect

Merged Karel van Klink requested to merge feature/lan-switch-interconnect into develop
3 files
+ 38
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -33,7 +33,7 @@ def _initial_input_form(subscription_id: UUIDstr) -> FormGenerator:
)
class ModifyKentikLicenseForm(FormPage):
new_plan_id: available_kentik_plans # type: ignore[valid-type]
new_plan_id: available_kentik_plans or str # type: ignore[valid-type]
@model_validator(mode="before")
def router_must_be_nokia_p(cls, data: Any) -> Any:
Loading