feat(TrafficRoutes, InterfaceSpeedTest, Settings): implement MikroTik interface statistics route; update speed test duration settings to default to 5 seconds across UI components
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s

This commit is contained in:
2026-02-17 23:18:21 +07:00
parent 31ed777334
commit 5c03ec7bd0
4 changed files with 125 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export default function InterfaceSpeedTest() {
1,
Math.min(
600,
parseInt(ui.interfaceSpeedTestDurationSeconds, 10) || 10
parseInt(ui.interfaceSpeedTestDurationSeconds, 10) || 5
)
);
const cacheMinutes = Math.max(