From 3cddcf5b81b3b8b77c6e4c10b6ac2f43b049b489 Mon Sep 17 00:00:00 2001 From: findthelorax Date: Mon, 4 May 2026 21:09:46 -0400 Subject: [PATCH] added cursor pointer to edit and delete buttons on services --- frontend/src/components/panels/DetailPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/panels/DetailPanel.tsx b/frontend/src/components/panels/DetailPanel.tsx index 46dab30..96d8cd4 100644 --- a/frontend/src/components/panels/DetailPanel.tsx +++ b/frontend/src/components/panels/DetailPanel.tsx @@ -727,7 +727,7 @@ function ServiceBadge({ svc, host, onEdit, onRemove }: { svc: ServiceInfo; host?