Browse Source

rename

worker-execute-ec-tasks
chrislu 5 months ago
parent
commit
600bfbf671
  1. 2
      weed/admin/view/app/cluster_volumes.templ
  2. 2
      weed/admin/view/app/cluster_volumes_templ.go

2
weed/admin/view/app/cluster_volumes.templ

@ -277,7 +277,7 @@ templ ClusterVolumes(data dash.ClusterVolumesData) {
@getSortIcon("size", data.SortBy, data.SortOrder) @getSortIcon("size", data.SortBy, data.SortOrder)
</a> </a>
</th> </th>
<th>Storage Usage</th>
<th>Volume Utilization</th>
<th> <th>
<a href="#" onclick="sortTable('filecount')" class="text-decoration-none text-dark"> <a href="#" onclick="sortTable('filecount')" class="text-decoration-none text-dark">
File Count File Count

2
weed/admin/view/app/cluster_volumes_templ.go

@ -399,7 +399,7 @@ func ClusterVolumes(data dash.ClusterVolumesData) templ.Component {
if templ_7745c5c3_Err != nil { if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err return templ_7745c5c3_Err
} }
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 45, "</a></th><th>Storage Usage</th><th><a href=\"#\" onclick=\"sortTable('filecount')\" class=\"text-decoration-none text-dark\">File Count")
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 45, "</a></th><th>Volume Utilization</th><th><a href=\"#\" onclick=\"sortTable('filecount')\" class=\"text-decoration-none text-dark\">File Count")
if templ_7745c5c3_Err != nil { if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err return templ_7745c5c3_Err
} }

Loading…
Cancel
Save