Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2716 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
Add more hudu settings
  • Loading branch information
JohnDuprey authored Jul 22, 2024
2 parents 3df0713 + 7b973a5 commit c675d7b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/data/Extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"label": "Hudu API Key",
"placeholder": "Enter your Hudu API Key"
},
{
"type": "checkbox",
"name": "Hudu.Enabled",
"label": "Enable Integration"
},
{
"type": "checkbox",
"name": "Hudu.CreateMissingUsers",
Expand All @@ -196,10 +201,20 @@
"name": "Hudu.CreateMissingDevices",
"label": "Create missing devices in Hudu"
},
{
"type": "text",
"name": "Hudu.ExcludeSerials",
"label": "Exclude device serials (comma separated)"
},
{
"type": "checkbox",
"name": "Hudu.Enabled",
"label": "Enable Integration"
"name": "Hudu.ImportDomains",
"label": "Import domains from M365"
},
{
"type": "checkbox",
"name": "Hudu.MonitorDomains",
"label": "Monitor domains in Hudu"
}
],
"mappingRequired": true,
Expand Down

0 comments on commit c675d7b

Please sign in to comment.