Fix Admin Panel menus "Attachment Settings" and "Cron Settings" and make them translateable.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-12 04:39:04 +03:00
parent f5d40a0a12
commit 033919a270
6 changed files with 190 additions and 109 deletions

View file

@ -59,6 +59,11 @@ BlazeComponent.extendComponent({
this.showMigration = attachmentSettings.showMigration;
this.showMonitoring = attachmentSettings.showMonitoring;
// Set default sub-menu state
this.showStorageSettings.set(true);
this.showMigration.set(false);
this.showMonitoring.set(false);
// Load initial data
this.loadStorageConfiguration();
this.loadMigrationSettings();