From 127077d9298cba20373407f79f4cf559b279127c Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sun, 27 Apr 2025 15:33:34 +0200 Subject: [PATCH] Added two more icons for server icons --- app/dashboard/servers/Servers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dashboard/servers/Servers.tsx b/app/dashboard/servers/Servers.tsx index 029b76f..24d39e9 100644 --- a/app/dashboard/servers/Servers.tsx +++ b/app/dashboard/servers/Servers.tsx @@ -363,8 +363,8 @@ export default function Dashboard() { } const iconCategories = { - Infrastructure: ["server", "network", "database", "cloud", "hard-drive", "router", "wifi", "antenna"], - Computing: ["cpu", "microchip", "memory-stick", "terminal", "code", "binary", "command"], + Infrastructure: ["server", "network", "database", "database-backup", "cloud", "hard-drive", "router", "wifi", "antenna"], + Computing: ["cpu", "microchip", "memory-stick", "terminal", "code", "binary", "command", "ethernet-port"], Monitoring: ["activity", "monitor", "gauge", "bar-chart", "line-chart", "pie-chart"], Security: ["shield", "lock", "key", "fingerprint", "scan-face"], Status: ["check-circle", "x-octagon", "alert-triangle", "alarm-check", "life-buoy"],