admin: restore cluster volume page CSV export (#10155)

This commit is contained in:
Kwak Byoung Min
2026-06-30 08:31:37 -07:00
committed by GitHub
parent bb5e6e40df
commit a85318111c
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -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