Skip to content

Commit 3713dae

Browse files
authored
swapped download and upload charts (alexjustesen#1532)
1 parent 0d43a31 commit 3713dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Pages/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ protected function getHeaderWidgets(): array
8787
RecentUploadChartWidget::make(),
8888
RecentPingChartWidget::make(),
8989
RecentJitterChartWidget::make(),
90-
RecentUploadLatencyChartWidget::make(),
9190
RecentDownloadLatencyChartWidget::make(),
91+
RecentUploadLatencyChartWidget::make(),
9292
];
9393
}
9494
}

0 commit comments

Comments
 (0)