add reports layout
This commit is contained in:
@@ -18,25 +18,22 @@ export const metadata: Metadata = {
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
<main>
|
||||
<Suspense fallback={<>...</>}>
|
||||
<h1 className="page-title">Статистика</h1>
|
||||
<ProtectionOverview />
|
||||
<StatsGrid />
|
||||
<div className="extended-stats-grid">
|
||||
<StorageBreakdown />
|
||||
<RecentFilesList />
|
||||
</div>
|
||||
<div className="charts-section">
|
||||
<ChartContainer/>
|
||||
<UserInfo/>
|
||||
</div>
|
||||
<ViolationsTable/>
|
||||
<ViolationsTypeTable/>
|
||||
<ActivityChart/>
|
||||
{/* <ButtonTest /> */}
|
||||
</Suspense>
|
||||
</main>
|
||||
<Suspense fallback={<>...</>}>
|
||||
<h1 className="page-title">Статистика</h1>
|
||||
<ProtectionOverview />
|
||||
<StatsGrid />
|
||||
<div className="extended-stats-grid">
|
||||
<StorageBreakdown />
|
||||
<RecentFilesList />
|
||||
</div>
|
||||
<div className="charts-section">
|
||||
<ChartContainer />
|
||||
<UserInfo />
|
||||
</div>
|
||||
<ViolationsTable />
|
||||
<ViolationsTypeTable />
|
||||
<ActivityChart />
|
||||
</Suspense>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user