view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6514:efa9932b365d Orthanc-1.12.5

hotfix: compatibility with newer versions of cmake for python plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Dec 2025 11:32:34 +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;
}