mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
site static directory + other site updates
This commit is contained in:
@@ -84,6 +84,7 @@ export default function BandwidthChart({
|
||||
fill="var(--color-sent)"
|
||||
fillOpacity={0.4}
|
||||
stroke="var(--color-sent)"
|
||||
animationDuration={1200}
|
||||
/>
|
||||
<Area
|
||||
dataKey="recv"
|
||||
@@ -91,6 +92,7 @@ export default function BandwidthChart({
|
||||
fill="var(--color-recv)"
|
||||
fillOpacity={0.4}
|
||||
stroke="var(--color-recv)"
|
||||
animationDuration={1200}
|
||||
/>
|
||||
</AreaChart>
|
||||
</ChartContainer>
|
||||
|
||||
Reference in New Issue
Block a user