Navigation Model

This page explains how the Provision Portal UI is structured and how to move through it.

Global layout

After login, the portal uses a consistent shell (MainLayoutComponent):

  • a header with product identity and the user menu,

  • a side menu / sidebar for switching between operations (collapsible and pinnable),

  • a main content area with search panels, forms, and result tables.

The login screen uses a separate, minimal layout (AuthLayoutComponent).

Sections

The side menu leads to the provisioning operations:

  • Single Device — default page after login.

  • Multiple Device — batch provisioning via file upload.

  • Replace Device — replace a CPE.

  • Deactivate Service — shown only when enabled by the backend.

  • Get Status — device status lookup.

  • View Log — debug and custom logs.

  • User Management — administrators only.

See Provisioning Operations for what each page does.

Navigation tips

  • Use the side menu to switch sections rather than the browser Back button.

  • If a page is missing from your menu, your permission may not include it, or a feature flag may hide it (Deactivate Service).

  • If you feel lost, return to Single Device (the default) and re-enter the section.