Add improved production UI 4
This commit is contained in:
@@ -8,17 +8,12 @@ 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,
|
||||
Clock,
|
||||
Euro,
|
||||
Package,
|
||||
TrendingUp,
|
||||
TrendingDown,
|
||||
Plus,
|
||||
Building2
|
||||
} from 'lucide-react';
|
||||
@@ -173,15 +168,6 @@ 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