EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
dashboard.js
Go to the documentation of this file.
1export default {
2 slug: 'dashboard',
3 title: 'Dashboard',
4 icon: 'space_dashboard',
5 summary: 'Your high-level MSP overview: tickets, alerts, agents, and billing.',
6 image: '/images/docs/dashboard-real.png',
7 sections: [
8 {
9 heading: 'At a Glance',
10 list: [
11 'Active Tickets: Open or in-progress requests',
12 'Critical Alerts: Unread alerts from agents and systems',
13 'Online Agents: Endpoints reporting in',
14 'Invoiced/Payments This Month: Voided invoices are excluded'
15 ]
16 },
17 {
18 heading: 'Tips',
19 body: 'Use the refresh action to fetch the latest metrics.'
20 }
21 ]
22};