diff --git a/src/pages/Infrastructure.tsx b/src/pages/Infrastructure.tsx index 4e95879..7d5c0eb 100644 --- a/src/pages/Infrastructure.tsx +++ b/src/pages/Infrastructure.tsx @@ -2,7 +2,7 @@ import { useState } from 'react' import { PieChart, Pie, Cell, ResponsiveContainer, LineChart, Line, XAxis } from 'recharts' import { Plus, Server, Activity, AlertTriangle, DollarSign, Globe2 } from 'lucide-react' -const subTabs = ['Overview', 'Compute', 'Storage', 'Network', 'Database', 'Containers', 'Load Balancers', 'Backups', 'DNS', 'Tags'] +const subTabs = ['Overview'] const statusCards = [ { label: 'Total Resources', value: '128', icon: Server, sub: '+4 this week' },