Update AppImage

This commit is contained in:
MacRimi
2025-10-25 22:43:17 +02:00
parent 5738c90721
commit cff81eea14
2 changed files with 2 additions and 2 deletions

View File

@@ -836,7 +836,7 @@ export function NetworkMetrics() {
</div>
) : selectedInterface.status.toLowerCase() === "up" && selectedInterface.vm_type === "vm" ? (
<div>
<h3 className="text-sm font-semibold text-muted-foreground mb-4">Traffic Statistics</h3>
<h3 className="text-sm font-semibold text-muted-foreground mb-4">Traffic since last boot</h3>
<div className="grid grid-cols-2 gap-4">
<div>
<div className="text-sm text-muted-foreground">Bytes Received</div>

View File

@@ -208,7 +208,7 @@ export function NetworkTrafficChart({ timeframe, interfaceName, onTotalsCalculat
return (
<ResponsiveContainer width="100%" height={300}>
<AreaChart data={data} margin={{ bottom: 80, left: 10 }}>
<AreaChart data={data} margin={{ bottom: 80, left: 30 }}>
<CartesianGrid strokeDasharray="3 3" stroke="currentColor" className="text-border" />
<XAxis
dataKey="time"