Operations dashboard
Live snapshot scoped to Apple One. The layout below is the dashboard published for this tenant in Administration.
| Schedule | Total | Done | On Time | Delayed |
|---|---|---|---|---|
| PPM | 24 | 19 | 17 | 2 |
| AMC | 8 | 6 | 6 | 0 |
import { Check } from 'lucide-react'; import Navbar from "@/components/dashboard/navbar"; import BarChart from "@/components/dashboard/barchart"; import StatCard from "@/components/dashboard/statCard"; import ActivityFeed from "@/components/dashboard/activityFeed"; import {activities, chartData} from "@/constants/constant" import { Card } from '@/components/dashboard/cardWrapper'; import {CardHeader} from '@/components/dashboard/cardHeader'; import {ProgressBarRow }from '@/components/dashboard/progressBarRow'; import {StatusProgressRow} from '@/components/dashboard/statusProgressRow'; export default function Dashboard() { return (
Live snapshot scoped to Apple One. The layout below is the dashboard published for this tenant in Administration.
| Schedule | Total | Done | On Time | Delayed |
|---|---|---|---|---|
| PPM | 24 | 19 | 17 | 2 |
| AMC | 8 | 6 | 6 | 0 |