Skip to content

Commit 73fa8cf

Browse files
committed
fix external links
1 parent 9702d9e commit 73fa8cf

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

plugins/NinjaOne/v1/indexDefinitions/default.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"id": "id",
1111
"name": "name",
1212
"type": { "value": "NinjaOne Organization" },
13-
"properties": [{ "organizationId": "id" }, "description", "nodeApprovalMode"],
14-
"externalLink": "{{instanceUrl}}/app/organizations/{{id}}"
13+
"properties": [{ "organizationId": "id" }, "description", "nodeApprovalMode"]
1514
}
1615
},
1716
{
@@ -29,8 +28,7 @@
2928
"organizationId",
3029
"description",
3130
"address"
32-
],
33-
"externalLink": "{{instanceUrl}}/app/organizations/{{organizationId}}/locations/{{locationId}}"
31+
]
3432
}
3533
},
3634
{
@@ -49,8 +47,7 @@
4947
"organizationId",
5048
"locationId",
5149
"systemName"
52-
],
53-
"externalLink": "{{instanceUrl}}/app/devices/{{deviceId}}"
50+
]
5451
}
5552
},
5653
{
@@ -63,8 +60,7 @@
6360
"id": "id",
6461
"name": "name",
6562
"type": { "value": "NinjaOne Ticket Board" },
66-
"properties": [{ "boardId": "id" }, "description", "organizationId"],
67-
"externalLink": "{{instanceUrl}}/app/ticketing/boards/{{id}}"
63+
"properties": [{ "boardId": "id" }, "description", "organizationId"]
6864
}
6965
}
7066
]

0 commit comments

Comments
 (0)