mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-25 01:14:18 +00:00
fix(ui): hide stray 0 in info bar for paused systems
This commit is contained in:
@@ -161,7 +161,7 @@ export default function InfoBar({
|
||||
{translatedStatus}
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
{system.info.ct && (
|
||||
{!!system.info.ct && (
|
||||
<TooltipContent>
|
||||
<div className="flex gap-1 items-center">
|
||||
{system.info.ct === ConnectionType.WebSocket ? (
|
||||
|
||||
Reference in New Issue
Block a user