diff --git a/web/js/app.js b/web/js/app.js index 81aa1e4..ef3c7aa 100644 --- a/web/js/app.js +++ b/web/js/app.js @@ -191,7 +191,7 @@ async function bootstrap() { renderChart(); startPointSocket(); - await withStatus(loadUnits()); + await withStatus(Promise.all([loadUnits(), loadEvents()])); startOps(); }