Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4826:6c276fac0cc0
fix storage cache for user attachment -> the cache is ignoring them
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 25 Nov 2021 15:36:11 +0100 |
parents | d25f4c0fa160 |
children |
line wrap: on
line source
.connected { background-color: darkgreen; color: white; } .disconnected { background-color: darkred; color: white; } .unknown { background-color: gold; }