From 42bf42f5801cb633e7c9817e5b5d781ee622ea36 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 2 Nov 2022 14:09:24 +0100 Subject: Add clients in Linux and Windows mode Scopes tree shows clients booted in Linux and Windows with ogClient installed. It also shows if the user logs in. --- ogcp/static/css/soleta.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ogcp/static/css') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 5edf03f..6a0a850 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -33,11 +33,27 @@ html, body { color: #99791a !important; } +.text-linux { + color: #d77cb3 !important; +} + +.text-windows { + color: #2d9efb !important; +} + .badge-wol { color: white !important; background-color: #99791a !important; } +.badge-linux { + background-color: #d77cb3 !important; +} + +.badge-windows { + background-color: #2d9efb !important; +} + .og-pill { width: 11em; } -- cgit v1.2.3-18-g5258