{t('memory')}
- {formatPercentage(serverStatus?.mem ?? 0)}
+ {formatPercentage(mem ?? 0)}
-
+
- {t('lastUpdated')}: {formatDate(serverStatus?.updated_at ?? 0)}
+ {t('lastUpdated')}: {formatDate(updated_at ?? 0)}
)}
{isOnline && onlineCount > 0 && (
-