From b16670939e269369458375e24ec24534d3edf832 Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Mon, 13 Jan 2025 11:48:33 +0100 Subject: [PATCH] Add custom theme and update menu references in groups component --- ogWebconsole/angular.json | 3 ++- .../src/app/components/groups/groups.component.html | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ogWebconsole/angular.json b/ogWebconsole/angular.json index ac8aebe..3684cc7 100644 --- a/ogWebconsole/angular.json +++ b/ogWebconsole/angular.json @@ -134,7 +134,8 @@ "src/assets" ], "styles": [ - "src/styles.css" + "src/styles.css", + "src/custom-theme.scss" ], "scripts": [] } diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index 2ed6a67..acb8172 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -13,8 +13,8 @@ matTooltip="{{ 'newOrganizationalUnitTooltip' | translate }}" matTooltipShowDelay="1000"> {{ 'newOrganizationalUnitButton' | translate }} - - + + @@ -79,7 +79,7 @@ }} {{ node.name }} - @@ -99,7 +99,7 @@ - IP: {{ node.ip }} - @@ -114,7 +114,7 @@ {{ command.name }} - +