Skip to content

Commit b39f990

Browse files
committed
fix source types
1 parent 3f68e34 commit b39f990

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/NinjaOne/v1/custom_types.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[
22
{
33
"name": "Organization",
4-
"sourceType": "ninja-one",
4+
"sourceType": "Organization",
55
"icon": "building",
66
"singular": "Organization",
77
"plural": "Organizations"
88
},
99
{
1010
"name": "Device",
11-
"sourceType": "ninja-one",
11+
"sourceType": "Device",
1212
"icon": "desktop",
1313
"singular": "Device",
1414
"plural": "Devices"
1515
},
1616
{
1717
"name": "Location",
18-
"sourceType": "ninja-one",
18+
"sourceType": "Location",
1919
"icon": "map-marker-alt",
2020
"singular": "Location",
2121
"plural": "Locations"
2222
},
2323
{
2424
"name": "Ticket Board",
25-
"sourceType": "ninja-one",
25+
"sourceType": "Ticket Board",
2626
"icon": "kanban",
2727
"singular": "Ticket Board",
2828
"plural": "Ticket Boards"

0 commit comments

Comments
 (0)