diff --git a/components/admin_database.templ b/components/admin_database.templ index 81e4f4a..85ec15f 100644 --- a/components/admin_database.templ +++ b/components/admin_database.templ @@ -81,11 +81,11 @@ templ AdminDatabaseTools(ctx context.Context, backups []BackupFile) {

Export system configurations and jobs for backup or migration.

- + Export Configs - + Export Jobs diff --git a/components/dashboard.templ b/components/dashboard.templ index 278fa3a..2d00182 100644 --- a/components/dashboard.templ +++ b/components/dashboard.templ @@ -147,15 +147,15 @@ templ Dashboard(ctx context.Context, data DashboardData) {
if job.Status == "completed" { - + } else if job.Status == "failed" { - + } else { - + } diff --git a/components/layout.templ b/components/layout.templ index 7222fac..4eb6cc4 100644 --- a/components/layout.templ +++ b/components/layout.templ @@ -2,13 +2,13 @@ package components import ( "context" + "fmt" "github.com/gin-gonic/gin" "time" - "fmt" ) // AppVersion will be set at build time using ldflags -// Example build command: +// Example build command: // go build -ldflags "-X github.com/starfleetcptn/gomft/components.AppVersion=1.2.3" var AppVersion = "dev" @@ -48,22 +48,22 @@ templ LayoutWithContext(title string, ctx context.Context) { - - - - + + + + { title } - GoMFT - + - + - +