We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916e22e commit b9b2878Copy full SHA for b9b2878
netbox_ptov/jobs.py
@@ -7,7 +7,7 @@
7
class ptovJob(JobRunner):
8
class Meta:
9
name = "ptovJob"
10
- object_types = [GNS3Server] # Changed to match the correct model name
+ object_types = ['GNS3Server'] # Changed to match the correct model name
11
verbose_name = "GNS3 Server Job"
12
description = "Creates a virtual lab from physical network devices"
13
0 commit comments