From e642344f98e8d2c49ad18b8b18d7fe204b61e8dc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 19 May 2022 13:35:01 +0200 Subject: [PATCH] ui: datastore content: enable recursive/depth selector for prune all Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 5697f6c3..7d58ee95 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -470,6 +470,7 @@ Ext.define('PBS.DataStoreContent', { xtype: 'pbsPruneInputPanel', ns, dryrun: true, + canRecurse: true, }, ], });