From 6f69a1f02549452551ec45d8fb6ff7c35e75ac21 Mon Sep 17 00:00:00 2001 From: buttilda Date: Fri, 7 Aug 2026 16:41:27 +0300 Subject: [PATCH] Check versioning on init --- webui/web/explorer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/web/explorer.html b/webui/web/explorer.html index c2bb4df2..4236bdac 100644 --- a/webui/web/explorer.html +++ b/webui/web/explorer.html @@ -1231,6 +1231,7 @@ under the License. // If we have a bucket from URL, show it if (currentBucket) { showObjectsView(); + await checkBucketVersioning(); await loadObjects(); } else { showBucketsView();