Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5395:c1037a755cee
housekeeper: added sleep when idle
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 06 Oct 2023 16:46:51 +0200 |
parents | d25f4c0fa160 |
children |
line wrap: on
line source
.connected { background-color: darkgreen; color: white; } .disconnected { background-color: darkred; color: white; } .unknown { background-color: gold; }