diff --git a/weed/admin/view/app/admin.templ b/weed/admin/view/app/admin.templ index c79b36042..55219b229 100644 --- a/weed/admin/view/app/admin.templ +++ b/weed/admin/view/app/admin.templ @@ -86,7 +86,7 @@ templ Admin(data dash.AdminData) {
-
+
@@ -123,16 +123,16 @@ templ Admin(data dash.AdminData) {
-
+
- System Health + Cluster
-
+
{fmt.Sprintf("%d", len(data.MasterNodes))}
diff --git a/weed/admin/view/app/admin_templ.go b/weed/admin/view/app/admin_templ.go index f9c0f1b57..3bcb8f9d4 100644 --- a/weed/admin/view/app/admin_templ.go +++ b/weed/admin/view/app/admin_templ.go @@ -73,7 +73,7 @@ func Admin(data dash.AdminData) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 4, "
Master Nodes
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 4, "
Master Nodes
AddressRole
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -111,7 +111,7 @@ func Admin(data dash.AdminData) templ.Component { return templ_7745c5c3_Err } } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 10, "
AddressRole
System Health
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 10, "
Cluster
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }