fix: nothing is shown
All checks were successful
Deploy MinIO Explorer / deploy (push) Successful in 34s
All checks were successful
Deploy MinIO Explorer / deploy (push) Successful in 34s
This commit is contained in:
@@ -71,6 +71,11 @@ function autoConfigureFromURL() {
|
|||||||
|
|
||||||
updateConfigDisplay();
|
updateConfigDisplay();
|
||||||
console.log('Configuration automatique:', config);
|
console.log('Configuration automatique:', config);
|
||||||
|
|
||||||
|
// Charger automatiquement le contenu si on a une config valide
|
||||||
|
if (config.baseUrl) {
|
||||||
|
loadBucketContents(config.currentPath, false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleUrlFormSubmit(event) {
|
function handleUrlFormSubmit(event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user