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 }