diff options
Diffstat (limited to 'weed/admin/view/app/cluster_volumes_templ.go')
| -rw-r--r-- | weed/admin/view/app/cluster_volumes_templ.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/admin/view/app/cluster_volumes_templ.go b/weed/admin/view/app/cluster_volumes_templ.go index 8194bee08..b2b88ca17 100644 --- a/weed/admin/view/app/cluster_volumes_templ.go +++ b/weed/admin/view/app/cluster_volumes_templ.go @@ -262,7 +262,7 @@ func ClusterVolumes(data dash.ClusterVolumesData) templ.Component { } } else { var templ_7745c5c3_Var11 string - templ_7745c5c3_Var11, templ_7745c5c3_Err = templ.JoinStringErrs(fmt.Sprintf("%d", data.DiskTypeCount)) + templ_7745c5c3_Var11, templ_7745c5c3_Err = templ.JoinStringErrs(strings.Join(data.AllDiskTypes, ", ")) if templ_7745c5c3_Err != nil { return templ.Error{Err: templ_7745c5c3_Err, FileName: `view/app/cluster_volumes.templ`, Line: 164, Col: 78} } |
