view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6535:94c7f3784456

improved thread safety of OrthancPlugins::OrthancJob
author Alain Mazy <am@orthanc.team>
date Fri, 05 Dec 2025 14:53:57 +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;
}