add logs page

This commit is contained in:
9qeklajc
2025-11-15 11:32:18 +01:00
parent 14ae4ecce3
commit 34cdbfe446
10 changed files with 1127 additions and 65 deletions
+6
View File
@@ -3,6 +3,7 @@
import * as React from 'react';
import {
DatabaseIcon,
FileTextIcon,
LayoutDashboardIcon,
ServerIcon,
SettingsIcon,
@@ -44,6 +45,11 @@ const data = {
url: '/providers',
icon: ServerIcon,
},
{
title: 'Logs',
url: '/logs',
icon: FileTextIcon,
},
{
title: 'Settings',
url: '/settings',