view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6509:b7f2ba8810a6

Commented out SharedMessageQueue(maxSize) constructor to validate it is not being used by other projects
author Alain Mazy <am@orthanc.team>
date Fri, 28 Nov 2025 17:56:36 +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;
}