view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4849:4addabcab158 received-instance-callback

use ParsedDicomFile in Sanitizer sample plugin
author Alain Mazy <am@osimis.io>
date Mon, 13 Dec 2021 16:07:52 +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;
}