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/templates/macros.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ogcp/templates/macros.html') diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 93c7380..09326b5 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -38,10 +38,7 @@ {% macro scopes_tree_collapse_level(scopes, i) -%} {% for scope in scopes %} -