|
@@ -200,7 +200,8 @@ class VirtualMachineForm(TenancyForm, NetBoxModelForm):
|
|
|
platform = DynamicModelChoiceField(
|
|
platform = DynamicModelChoiceField(
|
|
|
label=_('Platform'),
|
|
label=_('Platform'),
|
|
|
queryset=Platform.objects.all(),
|
|
queryset=Platform.objects.all(),
|
|
|
- required=False
|
|
|
|
|
|
|
+ required=False,
|
|
|
|
|
+ selector=True
|
|
|
)
|
|
)
|
|
|
local_context_data = JSONField(
|
|
local_context_data = JSONField(
|
|
|
required=False,
|
|
required=False,
|