+ @if (!HasSelection)
+ {
+
Select a config from the list or click Add to create one.
+ }
+ else
+ {
+ @switch (SelectedType)
+ {
+ case RobotConfigType.VDA5050:
+
+ break;
+ case RobotConfigType.Safety:
+
+ break;
+ case RobotConfigType.Simulation:
+
+ break;
+ case RobotConfigType.PLC:
+
+ break;
+ case RobotConfigType.Core:
+
+ break;
+ }
+ }
+