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