We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f68e34 commit b39f990Copy full SHA for b39f990
1 file changed
plugins/NinjaOne/v1/custom_types.json
@@ -1,28 +1,28 @@
1
[
2
{
3
"name": "Organization",
4
- "sourceType": "ninja-one",
+ "sourceType": "Organization",
5
"icon": "building",
6
"singular": "Organization",
7
"plural": "Organizations"
8
},
9
10
"name": "Device",
11
+ "sourceType": "Device",
12
"icon": "desktop",
13
"singular": "Device",
14
"plural": "Devices"
15
16
17
"name": "Location",
18
+ "sourceType": "Location",
19
"icon": "map-marker-alt",
20
"singular": "Location",
21
"plural": "Locations"
22
23
24
"name": "Ticket Board",
25
+ "sourceType": "Ticket Board",
26
"icon": "kanban",
27
"singular": "Ticket Board",
28
"plural": "Ticket Boards"
0 commit comments