Skip to content

Commit 7b8d86b

Browse files
Merge branch 'KelvinTegelaar:main' into main
2 parents 922aa8e + dad942c commit 7b8d86b

File tree

178 files changed

+23261
-5937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+23261
-5937
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ yarn-error.log*
2929
debug.log
3030
app.log
3131

32-
# Cursor IDE
33-
.cursor/rules
34-
32+
# AI rules
33+
.*/rules

generate-placeholders.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const pages = [
8383
{ title: "Profiles", path: "/endpoint/autopilot/list-profiles" },
8484
{ title: "Add Profile", path: "/endpoint/autopilot/add-profile" },
8585
{ title: "Status Pages", path: "/endpoint/autopilot/list-status-pages" },
86-
{ title: "Add Status Page", path: "/endpoint/autopilot/add-status-page" },
8786
{ title: "Devices", path: "/endpoint/MEM/devices" },
8887
{ title: "Configuration Policies", path: "/endpoint/MEM/list-policies" },
8988
{ title: "Compliance Policies", path: "/endpoint/MEM/list-compliance-policies" },

0 commit comments

Comments
 (0)