- Shipped
- July 18, 2026 at 6:26 PM UTC
- Author
- kamo
- Commit
- 8cc3eea
The Devices tab now has two sub-tabs. The existing PBX/softphone hardware table moves under "Phone System(s) Devices" unchanged; the new "Mobile Devices" tab Mobile Devices lets an admin set: - the ORGANIZATION DEFAULT policy (personal devices allowed vs company-managed required), saved through the existing org field patch, and - a PER-MEMBER override (or "use org default"), with the resulting effective policy shown per member, alongside the devices each member has enrolled (name, platform, last used, last IP). A member on COMPANY_MANAGED_REQUIRED can only reach the org from a company-managed (Android Device Owner enrolled) phone — the app hides the org entirely on any other device; managed devices also update silently and stay running. The sub-selection uses its own `?deviceView=` param so it never collides with SettingsView's `?tab=`. Backed by the new **************** endpoints. Note: the new labels are literal strings — the next-intl message catalog lives in the separate translation dictionary, so keys should be added there in a follow-up.