Remove future sub-tabs from Infrastructure page, keep Overview only

This commit is contained in:
Claude 2026-06-18 16:41:45 +00:00
parent 8f2962eb13
commit 2c87c32fd7
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ import { useState } from 'react'
import { PieChart, Pie, Cell, ResponsiveContainer, LineChart, Line, XAxis } from 'recharts' import { PieChart, Pie, Cell, ResponsiveContainer, LineChart, Line, XAxis } from 'recharts'
import { Plus, Server, Activity, AlertTriangle, DollarSign, Globe2 } from 'lucide-react' 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 = [ const statusCards = [
{ label: 'Total Resources', value: '128', icon: Server, sub: '+4 this week' }, { label: 'Total Resources', value: '128', icon: Server, sub: '+4 this week' },