From 4b4edf4aeeed5d6177c1d78812a497e7ad1a206d Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 16 Jul 2021 12:22:22 +0200 Subject: Add and restyle clients states This patch adds new states: OPG for clients in ogLive, BSY for busy clients, VDI for clients in OpenGnsys VDI and WOL_SENT for booting clients. It also removes state ON because do not exists. ogCP currently uses the following colors: * OPG -> Solid yellow * BSY -> Solid red * VDI -> Solid green * WOL_SENT -> Solid brown * OFF -> Hollow grey --- ogcp/static/css/soleta.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ogcp/static/css') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index d17674c..b3eca96 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -1,7 +1,3 @@ -.state--opg { - background-color: rgb(252, 222, 66); -} - html, body { width: 100%; height: 100% !important; @@ -28,3 +24,7 @@ html, body { padding: 0; } +.text-wol { + color: #99791a !important; +} + -- cgit v1.2.3-18-g5258