From 74ed2ea418300b92edcfafa33a2d4a75f96745ea Mon Sep 17 00:00:00 2001 From: janis steiner Date: Thu, 7 May 2026 19:25:47 +0200 Subject: [PATCH] improve icons --- frontend/assets/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/assets/js/app.js b/frontend/assets/js/app.js index 91fa17e..25e64e9 100644 --- a/frontend/assets/js/app.js +++ b/frontend/assets/js/app.js @@ -465,8 +465,8 @@ const NODE_FA_ICONS = { host: { icon: '\uf108', color: '#3b82f6' }, server: { icon: '\uf233', color: '#8b5cf6' }, router: { icon: '\uf4d8', color: '#f59e0b' }, - firewall: { icon: '\uf6ed', color: '#ef4444' }, - switch: { icon: '\uf0e8', color: '#06b6d4' }, + firewall: { icon: '\uf3ed', color: '#ef4444' }, + switch: { icon: '\uf6ff', color: '#06b6d4' }, cloud: { icon: '\uf0c2', color: '#22c55e' }, endpoint: { icon: '\uf109', color: '#ec4899' }, other: { icon: '\uf111', color: '#6b7280' }