Refactor: expand the menu sidebar and add the server and docker detail page

This commit is contained in:
Tola Leng
2025-06-30 23:06:38 +07:00
parent 0b029dc914
commit 460fcbc7dc
4 changed files with 82 additions and 108 deletions
@@ -1,3 +1,4 @@
import { Globe, Boxes, Radar, Calendar, BarChart2, LineChart, MapPin, Settings, User, Bell, Database, Info, BookOpen } from "lucide-react";
export const mainMenuItems = [
@@ -11,11 +12,11 @@ export const mainMenuItems = [
},
{
id: 'instance-monitoring',
path: null,
path: '/instance-monitoring',
icon: Boxes,
translationKey: 'instanceMonitoring',
color: 'text-blue-400',
hasNavigation: false
hasNavigation: true
},
{
id: 'ssl-domain',