diff --git a/frontend/src/pages/Stats.jsx b/frontend/src/pages/Stats.jsx index fea8653e..ce77f9e8 100644 --- a/frontend/src/pages/Stats.jsx +++ b/frontend/src/pages/Stats.jsx @@ -478,37 +478,49 @@ const ChannelCard = ({ channel, clients, stopClient, stopChannel, logos, channel {/* Add stream information badges */} {channel.resolution && ( - - {channel.resolution} - + + + {channel.resolution} + + )} {channel.source_fps && ( - - {channel.source_fps} FPS - + + + {channel.source_fps} FPS + + )} {channel.video_codec && ( - - {channel.video_codec.toUpperCase()} - + + + {channel.video_codec.toUpperCase()} + + )} {channel.stream_type && ( - - {channel.stream_type.toUpperCase()} - + + + {channel.stream_type.toUpperCase()} + + )} {channel.audio_codec && ( - - {channel.audio_codec.toUpperCase()} - + + + {channel.audio_codec.toUpperCase()} + + )} {channel.audio_channels && ( - - {channel.audio_channels} - + + + {channel.audio_channels} + + )} {channel.ffmpeg_speed && ( - +