v2.60.7
Bug-fix release.
Fixes
- Windows file browser only showed the C: drive (#318) — the "Browse Filesystem" picker now lists all drives (C:, D:, E:, …) on Windows clients with multiple disks, instead of only the system drive. (Other drives could previously only be added by typing the path manually.)
- UI buttons/menus could silently stop working without internet access (#320) — Bootstrap, icons, the web font, and charts were loaded from a public CDN. On networks that can't reach the CDN (airgapped, firewalled, or just slow), the page could stall and controls like the "Add User" button, dropdown menus, and dialogs did nothing. These assets are now served locally by the server, so the UI works without external internet access.