diff --git a/frontend/src/pages/Stats.jsx b/frontend/src/pages/Stats.jsx
index ef15d605..3fb818e3 100644
--- a/frontend/src/pages/Stats.jsx
+++ b/frontend/src/pages/Stats.jsx
@@ -299,7 +299,14 @@ const ChannelCard = ({ channel, clients, stopClient, stopChannel, logos, channel
),
- renderDetailPanel: ({ row }) => {row.original.user_agent},
+ renderDetailPanel: ({ row }) => (
+
+
+ User Agent:
+ {row.original.user_agent || "Unknown"}
+
+
+ ),
mantineExpandButtonProps: ({ row, table }) => ({
size: 'xs',
style: {
@@ -407,10 +414,12 @@ const ChannelCard = ({ channel, clients, stopClient, stopChannel, logos, channel
{channelName}
-
-
- {streamProfileName}
-
+
+
+
+ {streamProfileName}
+
+
{/* Display M3U profile information */}