From f4c8c2121ce0beed07796d81264a351930db884c Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Sat, 8 Mar 2025 07:50:44 -0800 Subject: [PATCH] Add run now button for jobs with HTMX --- air.toml => .air.toml | 0 .gitignore | 5 ++++- components/jobs.templ | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) rename air.toml => .air.toml (100%) diff --git a/air.toml b/.air.toml similarity index 100% rename from air.toml rename to .air.toml diff --git a/.gitignore b/.gitignore index f03090d..b971e38 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,7 @@ components/*.go data/ # Ignore the tmp directory -tmp/ \ No newline at end of file +tmp/ + +# Ignore the configs directory +configs/ \ No newline at end of file diff --git a/components/jobs.templ b/components/jobs.templ index aa9901f..7875f76 100644 --- a/components/jobs.templ +++ b/components/jobs.templ @@ -68,6 +68,13 @@ templ Jobs(ctx context.Context, data JobsData) { }
+ Edit