view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5534:d7cca6fd3584

Added MaximumPatientCount in /system
author Alain Mazy <am@osimis.io>
date Mon, 19 Feb 2024 18:22:44 +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;
}