diff --git a/src/components/ServiceCard.tsx b/src/components/ServiceCard.tsx
index 82681ac..ab7fd6b 100644
--- a/src/components/ServiceCard.tsx
+++ b/src/components/ServiceCard.tsx
@@ -1,7 +1,9 @@
'use client';
import { useState, useCallback } from 'react';
-import { Service, DiscoveredService, getCoolifyUrl } from '@/lib/services';
+import { Service, DiscoveredService, getCoolifyUrl, getDozzleUrl } from '@/lib/services';
+
+const dozzleUrl = getDozzleUrl();
import { HealthStatus } from '@/lib/PortalContext';
import { Icon } from './Icons';
@@ -170,6 +172,19 @@ export function ServiceCard({ service, status }: ServiceCardProps) {
+ {/* View logs in Dozzle */}
+ {discovered && (
+
+
+
+ )}
+
{/* Manage in Coolify */}
{discovered && (