From f8c963c7d668fc57680f25413f20bc207d4bf64a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 23 Jul 2024 13:18:54 +0100 Subject: feat(gui): clean up home page, fix a few bugs (#2304) * wip home screen changes * more * adjust * fixes and things * patch runbook pty check --- ui/backend/src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/backend/src/db.rs') diff --git a/ui/backend/src/db.rs b/ui/backend/src/db.rs index 56d422ab..b08d8ebe 100644 --- a/ui/backend/src/db.rs +++ b/ui/backend/src/db.rs @@ -36,7 +36,7 @@ pub struct GlobalStats { pub last_30d: u64, } -#[derive(Serialize)] +#[derive(Serialize, Debug)] pub struct UIHistory { pub id: String, /// When the command was run. -- cgit v1.3.1