= 2}
+ />
diff --git a/apps/web/src/routes/_auth/services/$serviceId/index.tsx b/apps/web/src/routes/_auth/services/$serviceId/index.tsx
index 324df0a..eb005d9 100644
--- a/apps/web/src/routes/_auth/services/$serviceId/index.tsx
+++ b/apps/web/src/routes/_auth/services/$serviceId/index.tsx
@@ -32,7 +32,7 @@ import {
ServiceHealthMonitor,
} from '@/components/reui-kit'
import { api } from '@/lib/api-client'
-import { hasSharedPool } from '@/lib/failover-events'
+import { hasSharedPool, uniqueIpCount } from '@/lib/failover-events'
import {
enabledHealthProviders,
providerHealthStatuses,
@@ -268,7 +268,10 @@ function ServiceDetailPage() {
description="Domain → Service → Node → Health → Failover"
actions={
<>
-
+ = 2}
+ />
= 2}
ipHealth={service.ip_health}
bindings={failoverBindings}
history={failoverHistory}