view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4178:3576616904d3

sample config: storage commitment
author Alain Mazy <alain@mazy.be>
date Mon, 07 Sep 2020 15:08:52 +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;
}