This commit is contained in:
@@ -101,12 +101,14 @@ function parseMinioURL(url) {
|
||||
|
||||
function updateConfigDisplay() {
|
||||
const configInfo = document.getElementById('config-info');
|
||||
if (configInfo) {
|
||||
configInfo.innerHTML = `
|
||||
<strong>Configuration actuelle:</strong><br>
|
||||
URL de base: ${config.baseUrl}<br>
|
||||
Chemin actuel: /${config.currentPath}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
function showDevForm() {
|
||||
const devForm = document.getElementById('dev-form');
|
||||
|
||||
Reference in New Issue
Block a user