Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6253:f1398abc4e83
RestApiClient::SetRequestHeader
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 24 Jul 2025 18:54:27 +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; }
