clean: code cleaning

This commit is contained in:
2025-08-16 15:50:54 +02:00
parent 6549591f63
commit e1c4e1b0ea
4 changed files with 34 additions and 23 deletions

View File

@@ -125,18 +125,15 @@
<!-- Modals et JavaScript -->
<script>
function editGeneralConfig() {
// TODO: Implémenter modal d'édition
alert('Fonctionnalité en cours de développement');
alert('Édition de configuration générale - Fonctionnalité en développement');
}
function exportConfig() {
// TODO: Implémenter export
alert('Fonctionnalité en cours de développement');
alert('Export de configuration - Fonctionnalité en développement');
}
function importConfig() {
// TODO: Implémenter import
alert('Fonctionnalité en cours de développement');
alert('Import de configuration - Fonctionnalité en développement');
}
function resetConfig() {