From 16e45f92cc92bc1e61659be66567131de18a9a96 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 18 Dec 2025 15:11:29 -0700 Subject: menu text change --- lisp/service/menu-service.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/service') 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") -- cgit v1.3