Feature/update input form validation
All threads resolved!
All threads resolved!
Compare changes
- Karel van Klink authored
@@ -4,6 +4,7 @@ from typing import Optional
@@ -4,6 +4,7 @@ from typing import Optional
@@ -28,13 +29,25 @@ class RouterRole(strEnum):
@@ -28,13 +29,25 @@ class RouterRole(strEnum):
@@ -52,7 +65,7 @@ class RouterBlockProvisioning(RouterBlockInactive, lifecycle=[SubscriptionLifecy
@@ -52,7 +65,7 @@ class RouterBlockProvisioning(RouterBlockInactive, lifecycle=[SubscriptionLifecy
@@ -71,9 +84,8 @@ class RouterBlock(RouterBlockProvisioning, lifecycle=[SubscriptionLifecycle.ACTI
@@ -71,9 +84,8 @@ class RouterBlock(RouterBlockProvisioning, lifecycle=[SubscriptionLifecycle.ACTI
"""The port of the terminal server that this router is connected to. Used for the same reason as mentioned
"""Whether this router should be accessed through the terminal server, or through its loopback address."""