Add improved production UI
This commit is contained in:
@@ -8,6 +8,9 @@ import StatsGrid from '../../components/ui/Stats/StatsGrid';
|
||||
import RealTimeAlerts from '../../components/domain/dashboard/RealTimeAlerts';
|
||||
import ProcurementPlansToday from '../../components/domain/dashboard/ProcurementPlansToday';
|
||||
import ProductionPlansToday from '../../components/domain/dashboard/ProductionPlansToday';
|
||||
import ProductionCostMonitor from '../../components/domain/dashboard/ProductionCostMonitor';
|
||||
import EquipmentStatusWidget from '../../components/domain/dashboard/EquipmentStatusWidget';
|
||||
import AIInsightsWidget from '../../components/domain/dashboard/AIInsightsWidget';
|
||||
import { useTenant } from '../../stores/tenant.store';
|
||||
import {
|
||||
AlertTriangle,
|
||||
@@ -170,6 +173,15 @@ const DashboardPage: React.FC = () => {
|
||||
onViewDetails={handleViewDetails}
|
||||
onViewAllPlans={handleViewAllPlans}
|
||||
/>
|
||||
|
||||
{/* 4. Production Cost Monitor */}
|
||||
<ProductionCostMonitor />
|
||||
|
||||
{/* 5. Equipment Status Widget */}
|
||||
<EquipmentStatusWidget />
|
||||
|
||||
{/* 6. AI Insights Widget */}
|
||||
<AIInsightsWidget />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user