mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 19:30:15 +01:00
Commented out Admin Panel/Settings/Migrations related menu option and code to speed up WeKan.
Thanks to xet7 ! Fixes #6146
This commit is contained in:
parent
d57c5f736f
commit
9b3ecd795f
4 changed files with 358 additions and 422 deletions
|
|
@ -9,12 +9,12 @@ if ('serviceWorker' in navigator) {
|
|||
import '/client/lib/boardConverter';
|
||||
import '/client/components/boardConversionProgress';
|
||||
|
||||
// Import migration manager and progress UI
|
||||
import '/client/lib/attachmentMigrationManager';
|
||||
import '/client/components/settings/migrationProgress';
|
||||
// Import migration manager and progress UI - COMMENTED OUT
|
||||
// import '/client/lib/attachmentMigrationManager';
|
||||
// import '/client/components/settings/migrationProgress';
|
||||
|
||||
// Import cron settings
|
||||
import '/client/components/settings/cronSettings';
|
||||
// Import cron settings - COMMENTED OUT
|
||||
// import '/client/components/settings/cronSettings';
|
||||
// Custom head tags
|
||||
|
||||
// Mirror Meteor login token into a cookie for server-side file route auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue