Show tempmon readings when viewing client or probe

also make the probes list more helpful when viewing client
This commit is contained in:
Lance Edgar 2018-10-05 19:29:26 -05:00
parent 7650064b64
commit 29e023096b
5 changed files with 140 additions and 32 deletions

View file

@ -24,6 +24,23 @@ div.form-wrapper ul.context-menu li {
}
/******************************
* "object helper" panel
******************************/
.object-helper {
border: 1px solid black;
float: right;
margin-top: 1em;
padding: 1em;
width: 20em;
}
.object-helper-content {
margin-top: 1em;
}
/******************************
* Forms
******************************/