Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4856:5c1805499dec
fix c-store when no received instance callback
author | Alain Mazy <am@osimis.io> |
---|---|
date | Sat, 18 Dec 2021 14:10:33 +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; }