summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2025-12-18 15:11:29 -0700
committerckonstanski <carlos.konstanski@olo.com>2025-12-18 15:11:29 -0700
commit16e45f92cc92bc1e61659be66567131de18a9a96 (patch)
treeb7cf7de15b45846506901048f6c4953699bc13c5 /lisp
parent116554ad7fe82bf7df08be4ee8732e306eac38f1 (diff)
menu text change
Diffstat (limited to 'lisp')
-rw-r--r--lisp/service/menu-service.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/service/menu-service.lisp b/lisp/service/menu-service.lisp
index 1c50f3d..ba6e934 100644
--- a/lisp/service/menu-service.lisp
+++ b/lisp/service/menu-service.lisp
@@ -6,7 +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_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")