fleet/frontend/pages/DashboardPage
2026-02-09 09:41:01 -05:00
..
cards Activity: Typo for macOS OS updates (#39469) 2026-02-09 09:41:01 -05:00
components feat activity audit fancy search activities (#35825) 2025-12-01 16:48:43 +00:00
sections Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
_styles.scss feat activity audit fancy search activities (#35825) 2025-12-01 16:48:43 +00:00
DashboardPage.tsx feat activity audit fancy search activities (#35825) 2025-12-01 16:48:43 +00:00
helpers.ts Update dashboard, manage hosts, and host details UI for Android MDM feature (#26577) 2025-02-26 12:03:56 -06:00
index.tsx Frontend tech debt: Change all references of homepage to dashboard (#8308) 2022-10-24 16:06:23 -04:00
README.md Frontend tech debt: Change all references of homepage to dashboard (#8308) 2022-10-24 16:06:23 -04:00

Dashboard Notes

The dashboard is designed to contain a dynamic number of informational cards with dynamic layouts that are based on teams (if any) and device platforms (macOS, Linux, Windows).

Architecture

  • Dashboard Wrapper
  • Components
  • Cards

Hompage Wrapper

The wrapper is a minimal file that instantiates all host values, cards, and layouts based on the team and platform selected. Cards are applied in a delcarative form, as functions, rather than components inserted in standard JSX. This is to enhance legibility as the number of cards grow.

Components

Local components that needed extracting to make the code more maintainable.

Cards

Each card design is placed in this directory. We anticipate creating more as the product gets more robust.