Section 6 COmpleted
This commit is contained in:
@@ -14,7 +14,6 @@ import Badge from '../../components/ui/badge/Badge';
|
||||
import Alert from '../../components/ui/alert/Alert';
|
||||
import Switch from '../../components/form/switch/Switch';
|
||||
import ViewToggle from '../../components/common/ViewToggle';
|
||||
import ModuleNavigationTabs from '../../components/navigation/ModuleNavigationTabs';
|
||||
import WorkflowGuide from '../../components/onboarding/WorkflowGuide';
|
||||
import {
|
||||
PlusIcon,
|
||||
@@ -484,11 +483,6 @@ export default function SiteList() {
|
||||
);
|
||||
}
|
||||
|
||||
// Navigation tabs for Sites module
|
||||
const sitesTabs = [
|
||||
{ label: 'All Sites', path: '/sites', icon: <TableIcon className="w-4 h-4" /> },
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="p-6">
|
||||
<PageMeta title="Your Websites - IGNY8" />
|
||||
@@ -496,7 +490,7 @@ export default function SiteList() {
|
||||
title="Your Websites"
|
||||
badge={{ icon: <GridIcon />, color: 'blue' }}
|
||||
hideSiteSector={true}
|
||||
navigation={<ModuleNavigationTabs tabs={sitesTabs} />}
|
||||
breadcrumb="Setup / Sites"
|
||||
/>
|
||||
|
||||
{/* Custom Header Actions - Add Site button and view toggle */}
|
||||
|
||||
Reference in New Issue
Block a user