From 2f9321086f34f5f316ce489708515093e91bdb4c Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 1 Jul 2025 21:02:12 -0700 Subject: [PATCH] add version, add alpha, add link to enterprise version --- weed/admin/view/layout/layout.templ | 8 +++- weed/admin/view/layout/layout_templ.go | 64 ++++++++++++++++---------- 2 files changed, 46 insertions(+), 26 deletions(-) diff --git a/weed/admin/view/layout/layout.templ b/weed/admin/view/layout/layout.templ index acc4f1a81..3c45c43cb 100644 --- a/weed/admin/view/layout/layout.templ +++ b/weed/admin/view/layout/layout.templ @@ -4,6 +4,7 @@ import ( "fmt" "time" "github.com/gin-gonic/gin" + "github.com/seaweedfs/seaweedfs/weed/util/version" ) templ Layout(c *gin.Context, content templ.Component) { @@ -38,6 +39,7 @@ templ Layout(c *gin.Context, content templ.Component) { SeaweedFS Admin + ALPHA
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }