From 13cea10946010c02ecb826483efd3d1fda1a5794 Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Thu, 5 Dec 2024 14:56:02 +0100 Subject: [PATCH] Added router in subnet. Advanced bootfile changes, and partition assistant updates --- .../components/groups/groups.component.css | 55 +++++++++--- .../components/groups/groups.component.html | 85 +++++++++++-------- .../app/components/groups/groups.component.ts | 10 +-- ogWebconsole/src/locale/en.json | 1 + ogWebconsole/src/locale/es.json | 1 + 5 files changed, 98 insertions(+), 54 deletions(-) diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 01d8902..d0d9fe2 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -186,7 +186,6 @@ button[mat-raised-button] { mat-tree { background-color: #f9f9f9; - border-right: 1px solid #ddd; padding: 10px; } @@ -317,29 +316,34 @@ mat-tree mat-tree-node.disabled:hover { margin-bottom: 16px; } -.pc-og-live { - color: #4caf50; +.chip-busy { + background-color: indianred !important; + color: black; } -.pc-busy { - color: #ff9800; +.chip-og-live { + background-color: yellow !important; + color: black; } -.pc-windows { - color: #0078d7; +.chip-windows, +.chip-windows-session, +.chip-macos { + background-color: cornflowerblue !important; + color: white; } -.pc-linux { - color: #f0ad4e; +.chip-linux, +.chip-linux-session { + background-color: mediumpurple !important; + color: white; } -.pc-macos { - color: #999999; +.chip-off { + background-color: darkgrey !important; + color: white; } -.pc-off { - color: #f44336; -} .clients-card-container { display: flex; @@ -553,7 +557,30 @@ button[mat-raised-button] { padding: 0 16px; } +.mat-elevation-z8 { + box-shadow: 0px 0px 0px rgba(0,0,0,0.2); +} + .filters-container mat-form-field { flex: 1 1 300px; max-width: 300px; } + +.client-info { + display: flex; + flex-direction: column; + gap: 3px; + margin: 5px; +} + +.client-name { + font-size: 16px; + font-weight: bold; +} + +.flex { + display: flex; + justify-self: center; + align-items: center; +} + diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index fb854e8..bb3f037 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -49,7 +49,7 @@ {{ 'computerGroups' | translate }} - + @@ -159,6 +159,8 @@ + + - - + + + +