Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5575:d7eaa568da15
Orthanc::Logging automatically detects whether the Orthanc core supports OrthancPluginLogMessage()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 26 Apr 2024 17:17:34 +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; }