Save before creating restore point: Periodic backup

Auto-saved at 2025-07-31 12:24:37

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Docker Config Backup
2025-07-31 12:24:37 +02:00
parent a84f5d755e
commit 5a3c628583
3 changed files with 5 additions and 3 deletions

View File

@@ -403,9 +403,7 @@ export function TimeshiftSpreadsheet({ teamId, teamName }: TimeshiftSpreadsheetP
allowInsertColumn: false,
allowDeleteRow: true,
allowDeleteColumn: false,
contextMenu: function(obj: any, x: number, y: number) {
return [] // Empty context menu to avoid issues
},
contextMenu: false,
tableOverflow: true,
tableWidth: "100%",
tableHeight: "500px",