Remove future sub-tabs from Infrastructure page, keep Overview only
This commit is contained in:
parent
8f2962eb13
commit
2c87c32fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue