mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-19 13:46:58 +00:00
admin: restore cluster volume page CSV export (#10155)
This commit is contained in:
@@ -588,11 +588,6 @@ templ ClusterVolumes(data dash.ClusterVolumesData) {
|
||||
window.location.href = url.toString();
|
||||
}
|
||||
|
||||
function exportVolumes() {
|
||||
// TODO: Implement volume export functionality
|
||||
alert('Export functionality to be implemented');
|
||||
}
|
||||
|
||||
function viewVolumeDetails(volumeId) {
|
||||
// Get the server from the current row - works for both buttons and volume ID links
|
||||
const clickedElement = event.target;
|
||||
@@ -724,4 +719,4 @@ func maxInt(a, b int) int {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user