Edit Default Value
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-03-19 22:13:04 +01:00
parent 80a7ce8f19
commit 1aba9a71d7

View File

@ -12,7 +12,7 @@
</div> </div>
</div> </div>
<div class="fi_current_directory"> <div class="fi_current_directory">
<input id="fi_current_directory" class="fi_current_p" value="C:\Users\picot\OneDrive\Bureau\Developement\Neutral\neutral" type="text"> <input id="fi_current_directory" class="fi_current_p" value="/" type="text">
</div> </div>
<div id="fileExplorer" class="fi_container"> <div id="fileExplorer" class="fi_container">
<p style="text-align: start; color: rgb(255, 48, 48);">Le répertoire n'existe pas ou est vide.</p> <p style="text-align: start; color: rgb(255, 48, 48);">Le répertoire n'existe pas ou est vide.</p>
@ -78,7 +78,7 @@
} else if(response.content == "ERROR_NOT_PERMITTED") { } else if(response.content == "ERROR_NOT_PERMITTED") {
fileExplorer.innerHTML = '<p style="text-align: start; padding: 1vw; color: rgb(255, 48, 48);">Vous n\'avez pas la permission de regarder ce dossier.</p>' fileExplorer.innerHTML = '<div id="last_directory" class="fi_file"><p style="margin-left: 1vw;text-align:start;margin-bottom: 1vw !important;"><i class="fa fa-arrow-left"></i> Revenir au dossier parent</p></div>' +'<p style="text-align: start; padding: 1vw; color: rgb(255, 48, 48);">Vous n\'avez pas la permission de regarder ce dossier.</p>'
console.log("DENY") console.log("DENY")
} else { } else {