diff --git a/web-console/src/views/datasource-view/datasource-view.tsx b/web-console/src/views/datasource-view/datasource-view.tsx index effd3d1301c8..8b7e7f8bc884 100644 --- a/web-console/src/views/datasource-view/datasource-view.tsx +++ b/web-console/src/views/datasource-view/datasource-view.tsx @@ -576,6 +576,10 @@ GROUP BY 1`; onSuccess={() => { this.datasourceQueryManager.rerunLastQuery(); }} + warningChecks={[ + `I understand that this operation will delete all metadata about the unused segments of ${killDatasource} and removes them from deep storage.`, + 'I understand that this operation cannot be undone.', + ]} >
{`Are you sure you want to permanently delete unused segments in '${killDatasource}'?`}