diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-12-18 15:03:55 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-12-18 15:03:55 -0700 |
| commit | 116554ad7fe82bf7df08be4ee8732e306eac38f1 (patch) | |
| tree | 773fc30be41d96badcaecfe6cff999f611014207 /lisp/service/menu-service.lisp | |
| parent | e7268f15f90251933edb07df2366bc40e1bc1fb5 (diff) | |
[INF-18465] Create an unhealthy targetgroup report
Diffstat (limited to 'lisp/service/menu-service.lisp')
| -rw-r--r-- | lisp/service/menu-service.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/service/menu-service.lisp b/lisp/service/menu-service.lisp index 7911e32..1c50f3d 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 "Find 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") |
