aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2026-05-12 00:59:34 +0200
committerpolo <ordipolo@gmx.fr>2026-05-12 00:59:34 +0200
commit007b193177fbe5ffd574940b9a0ae4ec418171a5 (patch)
tree3889002ff4a790137977d02f4cb6689d0611abdb /public
parent80de6834a11734c6d3e047635b63ec93f2f68345 (diff)
downloadcms-007b193177fbe5ffd574940b9a0ae4ec418171a5.tar.gz
cms-007b193177fbe5ffd574940b9a0ae4ec418171a5.tar.bz2
cms-007b193177fbe5ffd574940b9a0ae4ec418171a5.zip
on garde le premier before-restore du jour, cleanBackups avec tri et priorités, oubli dans mysqldump.php
Diffstat (limited to 'public')
-rw-r--r--public/js/maintenance.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/js/maintenance.js b/public/js/maintenance.js
index 87f4aec..3d3d5e8 100644
--- a/public/js/maintenance.js
+++ b/public/js/maintenance.js
@@ -1,3 +1,5 @@
1// js/maintenance.js
2
1function displayLogs(){ 3function displayLogs(){
2 const log_table = getElementOrThrow('log_table'); 4 const log_table = getElementOrThrow('log_table');
3 5
@@ -41,4 +43,4 @@ function cleanLogs(){
41} 43}
42 44
43// notification après restauration 45// notification après restauration
44 46// et éventuellement récupérer le message de l'exception d'une autre manière