feat: initialize main application dashboard and service management UI

This commit is contained in:
Ümit Tunç
2026-03-28 21:51:05 +03:00
parent 026090e99b
commit 998f715770
+1 -3
View File
@@ -735,9 +735,7 @@ function App(): JSX.Element {
{activeTab === 'dashboard' && ( {activeTab === 'dashboard' && (
<> <>
<Typography variant="h5" gutterBottom sx={{ mb: 3, fontWeight: 'medium' }}>
Hızlı Bakış
</Typography>
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 3 }}> <Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 3 }}>
<Tabs value={dashboardTab} onChange={(_e, v) => setDashboardTab(v)} textColor="primary" indicatorColor="primary"> <Tabs value={dashboardTab} onChange={(_e, v) => setDashboardTab(v)} textColor="primary" indicatorColor="primary">