From a422aa75388036f9fb1b3d2d5779cf3fb3331e37 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Thu, 7 Dec 2023 16:16:58 -0500 Subject: [PATCH] Fix dashboard usage history off-by-one labels (#1431) Fixes #1430 Uses a date squarely in the middle of the month to avoid timezone differences from displaying the previous month's name for monthly usage and execution time data --- frontend/src/pages/org/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/org/dashboard.ts b/frontend/src/pages/org/dashboard.ts index c03d48f1..bcbbfcf3 100644 --- a/frontend/src/pages/org/dashboard.ts +++ b/frontend/src/pages/org/dashboard.ts @@ -778,7 +778,7 @@ export class Dashboard extends LiteElement { const tableRows = [ html`