From 7eb985b616c12aed261fbef74a47c5a928c03e61 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Jul 2024 19:12:01 +0100 Subject: feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly --- ui/backend/src/run/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/backend/src/run/mod.rs') diff --git a/ui/backend/src/run/mod.rs b/ui/backend/src/run/mod.rs index 5ece0912..a7a28497 100644 --- a/ui/backend/src/run/mod.rs +++ b/ui/backend/src/run/mod.rs @@ -1 +1,2 @@ +pub mod migrations; pub mod pty; -- cgit v1.3.1