diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2021-07-16 12:22:22 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-07-20 11:22:41 +0200 |
commit | 4b4edf4aeeed5d6177c1d78812a497e7ad1a206d (patch) | |
tree | 5205bf115a478919abc1e2a165338068884b9e6e /ogcp/static/css/soleta.css | |
parent | 4e519590af6484cc05a91f102a0a3765408b5e72 (diff) |
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
Diffstat (limited to 'ogcp/static/css/soleta.css')
-rw-r--r-- | ogcp/static/css/soleta.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; +} + |