summaryrefslogtreecommitdiff
path: root/lisp/service/menu-service.lisp
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@olo.com>2025-12-18 16:01:49 -0700
committerGitHub <noreply@github.com>2025-12-18 16:01:49 -0700
commitb040de7070e9ece5e1ffe73bd7d7ae6c6310cb7c (patch)
treeb7cf7de15b45846506901048f6c4953699bc13c5 /lisp/service/menu-service.lisp
parente7268f15f90251933edb07df2366bc40e1bc1fb5 (diff)
parent16e45f92cc92bc1e61659be66567131de18a9a96 (diff)
Merge pull request #11 from ololabs/inf-18465-create-an-unhealthy-targetgroup-report
[INF-18465] Create an unhealthy targetgroup report
Diffstat (limited to 'lisp/service/menu-service.lisp')
-rw-r--r--lisp/service/menu-service.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/service/menu-service.lisp b/lisp/service/menu-service.lisp
index 7911e32..ba6e934 100644
--- a/lisp/service/menu-service.lisp
+++ b/lisp/service/menu-service.lisp
@@ -6,6 +6,7 @@
(defparameter *menu-config* '((:id "a_menu_home" :label "Home" :handler "/home" :permissions "t")
(:id "a_menu_git_update" :label "Git Update" :handler "/git-update" :permissions "t")
(:id "a_menu_asg_recycle" :label "ASG Recycle" :handler "/asg-recycle" :permissions "t")
+ (:id "a_menu_unhealthy_targetgroups" :label "Unhealthy Targetgroups" :handler "/unhealthy-targetgroups" :permissions "t")
(:id "a_menu_tfcloud_apply" :label "TFCloud Apply" :handler "/tfcloud-apply" :permissions "t")
(:id "a_menu_octopus_machines_with_roles" :label "Octo Machines With Roles" :handler "/octopus-machines-with-roles" :permissions "t")
(:id "a_menu_octopus_environments_with_roles" :label "Octo Envs With Roles" :handler "/octopus-environments-with-roles" :permissions "t")