File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,25 @@ body:
10
10
installation. If you're having trouble with installation or just looking for
11
11
assistance with using NetBox, please visit our
12
12
[discussion forum](https://github.com/netbox-community/netbox/discussions) instead.
13
+ - type : dropdown
14
+ attributes :
15
+ label : Deployment Type
16
+ description : How are you running NetBox?
17
+ options :
18
+ - Self-hosted
19
+ - NetBox Cloud
20
+ validations :
21
+ required : true
13
22
- type : input
14
23
attributes :
15
- label : NetBox version
24
+ label : NetBox Version
16
25
description : What version of NetBox are you currently running?
17
26
placeholder : v3.6.6
18
27
validations :
19
28
required : true
20
29
- type : dropdown
21
30
attributes :
22
- label : Python version
31
+ label : Python Version
23
32
description : What version of Python are you currently running?
24
33
options :
25
34
- " 3.8"
You can’t perform that action at this time.
0 commit comments