From 276c3d6f7c967f793ccb7f18db89118212b6591a Mon Sep 17 00:00:00 2001 From: Ivo Almeida Date: Mon, 20 May 2024 11:09:29 +0100 Subject: [PATCH] added icons for lateral menu --- .../src/app/core/navigation/navigation.module.ts | 16 +++++++++++++++- .../navigation/navigation.component.html | 14 +++++++------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts index df11df89b619e..0bd12a47f174e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts @@ -32,6 +32,13 @@ import HelpIcon from '@carbon/icons/es/help/20'; import NotificationIcon from '@carbon/icons/es/notification/20'; import LaunchIcon from '@carbon/icons/es/launch/16'; import DashboardIcon from '@carbon/icons/es/template/16'; +import ClusterIcon from '@carbon/icons/es/web-services--cluster/16'; +import MultiClusterIcon from '@carbon/icons/es/edge-cluster/16'; +import BlockIcon from '@carbon/icons/es/datastore/16'; +import ObjectIcon from '@carbon/icons/es/object-storage/16'; +import FileIcon from '@carbon/icons/es/file-storage/16'; +import ObservabilityIcon from '@carbon/icons/es/observed--hail/16'; +import AdminIcon from '@carbon/icons/es/network--admin-control/16'; @NgModule({ imports: [ @@ -69,7 +76,14 @@ export class NavigationModule { HelpIcon, NotificationIcon, LaunchIcon, - DashboardIcon + DashboardIcon, + ClusterIcon, + MultiClusterIcon, + BlockIcon, + ObjectIcon, + FileIcon, + ObservabilityIcon, + AdminIcon ]); } } diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index 7f81cb0d7828e..154797e7fcd8f 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -141,14 +141,14 @@ - + Overview Manager Cluster - + Pools Hosts OSDs @@ -158,7 +158,7 @@ - + Images Mirroring - + Overview Buckets Users @@ -180,13 +180,13 @@ - + File Systems NFS - + Logs Alerts @@ -198,7 +198,7 @@ - + Services Upgrade Ceph Users -- 2.39.5