Appearance
Admin
- File:
src/pages/private/admin
Overview
The Admin page is the tenant-level admin embedded inside hvc-web (distinct from the platform Admin Console — see Admin). It offers several views, navigated via actions on the left side of the page:
- Analytics — ECharts dashboards + embedded Metabase reports (analytics).
- Roles and Permissions — define and customize user roles and their permissions (rolesAndPermissions).
- User Management — manage user accounts (update info, authentication, pending invites) (userManagement).
- App Configuration — configure tenant information and account/PIN settings (appConfiguration).
- Upload Configuration — allowed file types and sizes for uploads (uploadConfiguration).
- Auth Configuration — authentication/security measures (authConfiguration).
- Device Configuration — device management (devices).
Access to each view is permission-aware — sections are hidden for users without the corresponding privilege.
Related
- Admin Console — the separate, platform-wide operations console.
- Api — Tenants & Admin — the endpoints these views use.