Navigation Model

This page explains how the OneIoT Angular UI portals are structured and how to move through them.

Two portals, one platform

The OneIoT Angular UI is delivered as two separate single-page applications, each served under its own path:

  • Support Portal — /support-portal/

  • Management Portal — /management-portal/

You use one portal at a time; each is a self-contained Angular application with its own navigation, and both share the same look and the same building blocks.

Global layout

Each portal follows a consistent layout:

  • a header with product identity and the user menu,

  • a primary navigation menu and side bar for switching between sections,

  • an action bar for the operations available on the current page,

  • a main content area with tables, forms, dashboards, or detail views.

Sections open as routed pages, and several feature pages group their content into tabs. Menu entries, pages and tabs you are not permitted to use are hidden rather than disabled, so two users of the same portal may see different menus.

Navigation tips

  • Use the primary navigation to switch sections rather than the browser Back button.

  • Unknown or mistyped addresses land on a "not found" page — return to the portal home from there.

  • If a page shows an empty state or a guard, follow the on-screen instructions to continue.

  • If an expected section is missing, it is normally a permission issue — see Troubleshooting.